Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
straight-shoota committed Dec 20, 2024
1 parent 9a229c7 commit 3c16494
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions spec/compiler/macro/macro_methods_spec.cr
Original file line number Diff line number Diff line change
Expand Up @@ -1801,7 +1801,7 @@ module Crystal
end

it "does not error when called from def scope" do
assert_type <<-CRYSTAL {|program| program.string }
assert_type <<-CRYSTAL { |program| program.string }
module Moo
end
def moo
Expand Down Expand Up @@ -2516,7 +2516,7 @@ module Crystal
end

it "does not error when called from def scope" do
assert_type <<-CRYSTAL {|program| program.bool }
assert_type <<-CRYSTAL { |program| program.bool }
module Moo
end
def moo
Expand Down

0 comments on commit 3c16494

Please sign in to comment.