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
+3 -3
View File
@@ -8,8 +8,8 @@
import Foundation
struct Note: Identifiable {
var id: URL { path }
var id: URL { path }
let name: String
let path: URL
let name: String
let path: URL
}