fix: run ameba --fix on base.cr

This commit is contained in:
Glenn Y. Rolland 2024-01-23 23:48:28 +01:00
parent 275f66d19d
commit 16bb660fc2

View file

@ -31,7 +31,7 @@ module GX::Models::Concerns
end
end
def _mount_wrapper(&block) : Nil
def _mount_wrapper(&) : Nil
mount_point_safe = mount_point
return if mount_point_safe.nil?