Skip to content

Commit

Permalink
DiceRoll: 不要な空白を除去した
Browse files Browse the repository at this point in the history
  • Loading branch information
ochaochaocha3 committed Apr 6, 2015
1 parent 0c84911 commit b9ed698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/rgrb/plugin/dice_roll/generator.rb
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ def basic_dice(rolls, sides)
dice_roll(rolls, sides).dice_roll_format
end
end

# basic_dice の日本語ダイス用ラッパー
def basic_dice_ja(rolls_ja, sides_ja)
basic_dice(ja_to_i(rolls_ja), ja_to_i(sides_ja))
Expand Down

0 comments on commit b9ed698

Please sign in to comment.