Skip to content

Commit cad239a

Browse files
committed
style: lint 경고 제거
1 parent cea5ede commit cad239a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Application/DevLogApp/Sources/App/TempView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import SwiftUI
99

1010
struct TempView: View {
1111
let text: String
12-
12+
1313
var body: some View {
1414
Text(text)
1515
}

0 commit comments

Comments
 (0)