fix: run ameba --fix on sshfs_config.cr

This commit is contained in:
Glenn Y. Rolland 2024-01-23 23:48:29 +01:00
parent f5d28671a2
commit b59f1011ac

View file

@ -39,7 +39,7 @@ module GX::Models
output: STDOUT,
error: STDERR
)
return process.wait
process.wait
end
end
end