fix: run ameba --fix on base.cr
This commit is contained in:
parent
275f66d19d
commit
16bb660fc2
1 changed files with 1 additions and 1 deletions
|
@ -31,7 +31,7 @@ module GX::Models::Concerns
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
||||||
def _mount_wrapper(&block) : Nil
|
def _mount_wrapper(&) : Nil
|
||||||
mount_point_safe = mount_point
|
mount_point_safe = mount_point
|
||||||
return if mount_point_safe.nil?
|
return if mount_point_safe.nil?
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue