Skip to content

Commit

Permalink
fixed formatting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
d3rpp committed Nov 19, 2024
1 parent 5be84a6 commit 8883e75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/components/ui/file-card/file-card.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
let renameAlertOpen = $state(false);
let deleteAlertOpen = $state(false);
const decodeB64Blob = (b64: string): Uint8Array => {
const binaryString = atob(b64);
let bytes = new Uint8Array(binaryString.length);
Expand Down

0 comments on commit 8883e75

Please sign in to comment.