apheleia/test/formatters/samplecode/crystal-tool-format/in.cr

8 lines
136 B
Crystal
Raw Normal View History

module SomeController
macro included
def hello
puts "hello"
end
end # <= this indentation is wrong.
end