You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cat test.cr
p typeof({"a": 1}) # notice a whitespace between string literal and a semicolon
$ crystal test.cr
NamedTuple(a: Int32)
$ crystal tool format test.cr
Error:, couldn't format './test.cr', please report a bug including the contents of it: https://github.com/crystal-lang/crystal/issues
Formatter works ok on {"a": 1} (no whitespace)
The text was updated successfully, but these errors were encountered:
Formatter works ok on
{"a": 1}
(no whitespace)The text was updated successfully, but these errors were encountered: