mirror of
https://github.com/gitbutlerapp/gitbutler.git
synced 2025-01-02 22:42:56 +03:00
Fix formatting
This commit is contained in:
parent
b619a0a4c7
commit
1d59ea805e
@ -108,7 +108,11 @@
|
||||
</div>
|
||||
{/if}
|
||||
<div class="cursor-pointer overflow-clip">
|
||||
<HunkDiffViewer diff={hunk.diff} filePath={hunk.filePath} linesShown={maximized ? 8 : 2} />
|
||||
<HunkDiffViewer
|
||||
diff={hunk.diff}
|
||||
filePath={hunk.filePath}
|
||||
linesShown={maximized ? 8 : 2}
|
||||
/>
|
||||
</div>
|
||||
<div class="flex px-2 py-1">
|
||||
<div class="flex flex-grow gap-1">
|
||||
|
Loading…
Reference in New Issue
Block a user