Skip to content

Commit b3d9b2c

Browse files
Add missing space.
1 parent 32ad542 commit b3d9b2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

WooCommerce/Classes/Authentication/AuthenticationManager.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -394,7 +394,7 @@ extension AuthenticationManager: WordPressAuthenticatorDelegate {
394394
sourceTag: WordPressSupportSourceTag,
395395
lastStep: AuthenticatorAnalyticsTracker.Step,
396396
lastFlow: AuthenticatorAnalyticsTracker.Flow) {
397-
guard let customHelpCenterContent = CustomHelpCenterContent(step: lastStep, flow: lastFlow)else {
397+
guard let customHelpCenterContent = CustomHelpCenterContent(step: lastStep, flow: lastFlow) else {
398398
presentSupport(from: sourceViewController)
399399
return
400400
}

0 commit comments

Comments
 (0)