Fix whitespace and project file updates

This commit is contained in:
jack
2025-07-31 11:34:51 +02:00
parent 46fd1d23d9
commit 71b7f8edd3
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -192,4 +192,4 @@ extension String {
var nilIfEmpty: String? {
self.isEmpty ? nil : self
}
}
}