diff --git a/src/workspace.cr b/src/workspace.cr index 0736e7b3..548754ed 100644 --- a/src/workspace.cr +++ b/src/workspace.cr @@ -170,11 +170,11 @@ module Mint end spawn do - @env_watcher.try(&.watch do + @env_watcher.try &.watch do Env.load do update_cache end - end) + end end end