Skip to content

Commit 1969d79

Browse files
committed
Fix long line issue
1 parent ce20194 commit 1969d79

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

WooCommerce/Classes/ViewRelated/Dashboard/DashboardViewModel.swift

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -129,8 +129,10 @@ final class DashboardViewModel {
129129
MainTabBarController.presentAddProductFlow()
130130
})
131131
self?.announcementViewModel = viewModel
132-
// For now, products onboarding takes precedence over Just In Time Messages, so we can stop if there is an onboarding announcement to display.
133-
// This should be revisited when either onboarding or JITMs are expanded. See: pe5pgL-11B-p2
132+
// For now, products onboarding takes precedence over Just In Time Messages,
133+
// so we can stop if there is an onboarding announcement to display.
134+
// This should be revisited when either onboarding or JITMs are expanded. See:
135+
// pe5pgL-11B-p2
134136
return
135137
}
136138
}

0 commit comments

Comments
 (0)