Browse Source

chore: doccomment names and spacing

Sam Jaffe 3 tuần trước cách đây
mục cha
commit
46097641f2

+ 1 - 1
Todos/View/CategoryPanelView.swift

@@ -1,5 +1,5 @@
 //
-//  CategorySidebarView.swift
+//  CategoryPanelView.swift
 //  Todos
 //
 //  Created by Sam Jaffe on 2/28/26.

+ 1 - 1
Todos/View/SubTaskView.swift

@@ -1,5 +1,5 @@
 //
-//  TaskView.swift
+//  SubTaskView.swift
 //  Todos
 //
 //  Created by Sam Jaffe on 2/28/26.

+ 1 - 1
Todos/View/TagBarView.swift

@@ -24,7 +24,7 @@ struct TagBarView: View {
             tags.append(Tag(id: active))
             active = ""
           }
-     }
+      }
     }
 }
 

+ 1 - 1
Todos/View/VisibilityTapper.swift

@@ -1,5 +1,5 @@
 //
-//  ShowHideTapper.swift
+//  VisibilityTapper.swift
 //  Todos
 //
 //  Created by Sam Jaffe on 2/28/26.