Skip to content

Commit

Permalink
Code formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
cedx committed Nov 8, 2024
1 parent 42b1da0 commit c9b7f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/setup.coffee
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ export class Setup

workingDirectory = cwd()
chdir directory
path = await (if platform is "darwin" then @_compileMacOs() else @_compileLinux())
path = await if platform is "darwin" then @_compileMacOs() else @_compileLinux()
chdir workingDirectory
path

Expand Down

0 comments on commit c9b7f6f

Please sign in to comment.