Skip to content

Commit 7712062

Browse files
committed
stray comma
1 parent 1b6ea3e commit 7712062

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Django Files/Views/FileList.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,7 @@ struct FileListView: View {
269269
},
270270
onCopyRawLink: {
271271
UIPasteboard.general.string = file.raw
272-
},
272+
}
273273
)
274274
}
275275

0 commit comments

Comments
 (0)