fix: run ameba --fix on httpdirfs_config.cr

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

View file

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