format code

This commit is contained in:
2026-05-24 20:40:56 +02:00
parent 2346ca1b49
commit 40e840ee50
12 changed files with 526 additions and 497 deletions
@@ -1,4 +1,4 @@
struct NoteMessage: Codable {
let senderID: String
let content: String
let senderID: String
let content: String
}