pnpm format

This commit is contained in:
Nikita Galaiko 2023-09-12 11:02:08 +02:00 committed by GitButler
parent e530e3c25f
commit 564471fb79
2 changed files with 2 additions and 2 deletions

View File

@ -289,7 +289,7 @@
{branch}
{cloudEnabled}
{cloud}
selectedFileIds={$selectedFileIds}
selectedFileIds={$selectedFileIds}
user={$user}
/>
{/if}

View File

@ -29,7 +29,7 @@
return f.id + ':' + f.hunks.map((h) => h.id).join(',');
})
.join('\n');
$: console.log(ownership)
$: console.log(ownership);
function commit() {
branchController.commitBranch({ branch: branch.id, message: commitMessage, ownership });