We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Nil
String::Formatter#consume_substitution
1 parent 76ea339 commit 1675145Copy full SHA for 1675145
1 file changed
src/string/formatter.cr
@@ -65,7 +65,7 @@ struct String::Formatter(A)
65
end
66
67
68
- private def consume_substitution
+ private def consume_substitution : Nil
69
key = consume_substitution_key '}'
70
# note: "`@io << (arg_at(key))` has no type" without this `arg` variable
71
arg = arg_at(key)
0 commit comments