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