mirror of
https://gitea.invidious.io/iv-org/shard-ameba.git
synced 2024-08-15 00:53:29 +00:00
Fix invalid crystal syntax in Lint/Syntax
rule spec
This commit is contained in:
parent
2c67fe2c3f
commit
38eb5d5e50
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue