Skip to content

Commit 8461e34

Browse files
committed
fix: fix syntax error - ) vs } on onChange trailing closure end
1 parent 796d6e9 commit 8461e34

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/network/Main/Account/Settings/SettingsView.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ struct SettingsView: View {
193193
snackbarManager.showSnackbar(message: newValue)
194194
accountPreferencesViewModel.clearSaveErrorMessage()
195195
}
196-
)
196+
}
197197
)
198198
#elseif os(macOS)
199199
SettingsForm_macOS(

0 commit comments

Comments
 (0)