Skip to content

Commit eed151c

Browse files
committed
chore: formatting
Signed-off-by: Tommy van der Vorst <tommy@pixelspark.nl>
1 parent 17ed14c commit eed151c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sushitrain/FileView.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -318,12 +318,12 @@ struct FileView: View {
318318
Menu {
319319
Button("Encryption details...", systemImage: "lock.document.fill") { showEncryptionSheet = true }
320320
.disabled(!(file.folder?.hasEncryptedPeers ?? false))
321-
321+
322322
Button("Explore archive contents...", systemImage: "doc.zipper") { showArchive = true }
323323
} label: {
324324
Label("Advanced", systemImage: "ellipsis.circle")
325325
}
326-
326+
327327
// Open in Finder button
328328
Button(
329329
openInFilesAppLabel, systemImage: "arrow.up.forward.app",

0 commit comments

Comments
 (0)