diff --git a/src/model/action.ts b/src/model/action.ts index bee77336..92df3988 100644 --- a/src/model/action.ts +++ b/src/model/action.ts @@ -31,8 +31,7 @@ class Action { static get dockerfile() { const currentPlatform = process.platform; - switch(currentPlatform) - { + switch (currentPlatform) { case "linux": return `${Action.actionFolder}/platforms/ubuntu/Dockerfile`; case "win32":