Skip to content

Commit

Permalink
style: prettier formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Wurielle authored and actions-user committed Nov 2, 2024
1 parent 836619c commit d6bf55a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 12 deletions.
2 changes: 1 addition & 1 deletion apps/app/src/electron/app.ts
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ const App = () => {
}

function exec(description: string, action: () => any) {
console.log(`[app]: ${ description }`)
console.log(`[app]: ${description}`)
return action()
}

Expand Down
Loading

0 comments on commit d6bf55a

Please sign in to comment.