Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
点数表示の桁合わせ
  • Loading branch information
yantene committed Nov 14, 2019
1 parent afa81f9 commit aa7c3cf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/bot/feature/list.rb
Expand Up @@ -120,7 +120,7 @@ def self.show(list, user)
when 96..100
':first_place_medal:'
end,
"#{score} pts"
"#{'%3.3d' % score} pts"
].join.then { |evl| evl unless score.nil? },
].join(' ')
}
Expand Down

0 comments on commit aa7c3cf

Please sign in to comment.