fix: run ameba --fix on gocryptfs_config.cr

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

View file

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