Skip to content

Commit 7a73f6f

Browse files
committed
lint
1 parent 31ec329 commit 7a73f6f

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

Modules/Sources/Yosemite/Actions/AppSettingsAction.swift

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff 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)

0 commit comments

Comments
 (0)