Skip to content

Commit c36fabd

Browse files
committed
refactor: 개행 제거
1 parent 384902d commit c36fabd

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

Application/DevLogPresentation/Sources/Profile/ProfileView.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,9 +43,7 @@ struct ProfileView: View {
4343
store.send(.updateStatusTextFieldFocus(newValue), animation: .default)
4444
}
4545
.alert($store.scope(state: \.alert, action: \.alert))
46-
.sheet(isPresented: $store.showQuarterPicker) {
47-
quarterPickerSheet
48-
}
46+
.sheet(isPresented: $store.showQuarterPicker) { quarterPickerSheet }
4947
.overlay {
5048
if store.isLoading {
5149
LoadingView()

0 commit comments

Comments
 (0)