diff --git a/.atom-build.json b/.atom-build.json index 3f7dfbe..7f5049b 100644 --- a/.atom-build.json +++ b/.atom-build.json @@ -1,6 +1,6 @@ -{ - "cmd": "busted", - "args": [ "spec" ], - "sh": false, - "cwd": "{PROJECT_PATH}" -} +{ + "cmd": "busted", + "args": [ "spec" ], + "sh": false, + "cwd": "{PROJECT_PATH}" +}