Skip to content

Commit

Permalink
Prettier fix
Browse files Browse the repository at this point in the history
  • Loading branch information
marekdedic committed Nov 13, 2023
1 parent 8c40167 commit 05a11de
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions src/frontend/App.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
currentTab === "introduction"
? 1 / 5
: currentTab === "source-selection"
? 2 / 5
: currentTab === "destination-selection"
? 3 / 5
: currentTab === "confirmation"
? 4 / 5
: 0;
? 2 / 5
: currentTab === "destination-selection"
? 3 / 5
: currentTab === "confirmation"
? 4 / 5
: 0;
let copyComments = true;
let mergeFolders = true;
Expand Down

0 comments on commit 05a11de

Please sign in to comment.