Skip to content

Commit

Permalink
Merge pull request LesnyRumcajs#148 from LesnyRumcajs/larger-table
Browse files Browse the repository at this point in the history
increase the results table's size
  • Loading branch information
LesnyRumcajs authored May 20, 2021
2 parents b81da51 + a09f535 commit 833638c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions analyze/results_analyze.rb
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,9 @@
end
end

make_horizontal_line = -> { puts '-' * 128 }
make_horizontal_line = -> { puts '-' * 137 }
make_data_line = lambda do |*args|
puts "| #{args[0].to_s.ljust(18)} |" \
puts "| #{args[0].to_s.ljust(27)} |" \
"#{args[1].to_s.rjust(8)} |" \
"#{args[2].to_s.rjust(15)} |" \
"#{args[3].to_s.rjust(15)} |" \
Expand Down

0 comments on commit 833638c

Please sign in to comment.