swiftui: remove trailing whitespace

This commit is contained in:
singularity 2024-01-04 15:51:42 +08:00
parent eb001f2fc7
commit 5cd52ddcd2
2 changed files with 3 additions and 4 deletions

View file

@ -16,7 +16,6 @@ struct LoadCustomButton: View {
}) { }) {
Text("Load Custom Model") Text("Load Custom Model")
} }
} }
.fileImporter( .fileImporter(
isPresented: $showFileImporter, isPresented: $showFileImporter,