File tree Expand file tree Collapse file tree 1 file changed +5
-4
lines changed
Modules/Sources/Yosemite/Actions Expand file tree Collapse file tree 1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -366,16 +366,17 @@ public enum AppSettingsAction: Action {
366366 /// Loads Loads the state of the App Passwords Experiment feature
367367 ///
368368 case getAppPasswordsExperimentSettingState( onCompletion: ( Bool ) -> Void )
369-
370- // MARK: - Point of Sale Surveys
369+
370+ // MARK: - Point of Sale Surveys
371+
371372 /// Sets the POS survey notification as scheduled
372373 ///
373374 case setPOSSurveyNotificationScheduled( onCompletion: ( Result < Void , Error > ) -> Void )
374-
375+
375376 /// Gets whether the POS survey notification has been scheduled
376377 ///
377378 case getPOSSurveyNotificationScheduled( onCompletion: ( Bool ) -> Void )
378-
379+
379380 /// Resets the POS survey notification scheduled state
380381 /// At the moment this one is used for testing only. To remove in WOOMOB-1480
381382 case resetPOSSurveyNotificationScheduled( onCompletion: ( Result < Void , Error > ) -> Void )
You can’t perform that action at this time.
0 commit comments