Fix invalid crystal syntax in `Lint/Syntax` rule spec

This commit is contained in:
Sijawusz Pur Rahnama 2022-11-23 03:26:55 +01:00
parent 2c67fe2c3f
commit 38eb5d5e50
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ module Ameba::Rule::Lint
expect_no_issues subject, <<-CRYSTAL expect_no_issues subject, <<-CRYSTAL
def hello def hello
puts "totally valid" puts "totally valid"
rescue e: Exception rescue e : Exception
end end
CRYSTAL CRYSTAL
end end