mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-01 22:12:04 +03:00
pnpm format
This commit is contained in:
parent
e530e3c25f
commit
564471fb79
@ -289,7 +289,7 @@
|
||||
{branch}
|
||||
{cloudEnabled}
|
||||
{cloud}
|
||||
selectedFileIds={$selectedFileIds}
|
||||
selectedFileIds={$selectedFileIds}
|
||||
user={$user}
|
||||
/>
|
||||
{/if}
|
||||
|
@ -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 });
|
||||
|
Loading…
Reference in New Issue
Block a user