Skip to content

Commit

Permalink
Unused variable
Browse files Browse the repository at this point in the history
  • Loading branch information
ttscoff committed Nov 18, 2021
1 parent 3ac933a commit e920ebf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ _If you're one of the rare people like me who find this useful, feel free to [bu

<!--README-->

The current version of `doing` is <!--VER-->2.0.7<!--END VER-->.
The current version of `doing` is <!--VER-->2.0.8<!--END VER-->.

Find all of the documentation in the [doing wiki](https://github.com/ttscoff/doing/wiki).

Expand Down
2 changes: 1 addition & 1 deletion lib/doing/wwid.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2075,7 +2075,7 @@ def tag_times(format: :text, sort_by_name: false, sort_order: 'asc')
(max - k.length).times do
spacer += ' '
end
d, h, m = format_time(v, human: true)
_d, h, m = format_time(v, human: true)
output.push("┃ #{spacer}#{k}:#{format('%<h> 4dh %<m>02dm', h: h, m: m)} ┃")
end

Expand Down

0 comments on commit e920ebf

Please sign in to comment.