aboutsummaryrefslogtreecommitdiff
path: root/test/formatters/samplecode/crystal-tool-format/in.cr
blob: 5cf8a77085a3a62c8ebec9a325ed6341cb95aa01 (plain)
1
2
3
4
5
6
7
module SomeController
  macro included
    def hello
      puts "hello"
    end
      end           # <= this indentation is wrong.
end