Skip to content

Commit d63de37

Browse files
author
Sharma Elanthiriayan
committed
Remove new line.
1 parent 99c811a commit d63de37

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

WooCommerce/Classes/ViewRelated/Reviews/ReviewsViewController.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -499,8 +499,7 @@ private extension ReviewsViewController {
499499
}
500500

501501
markAsReadCount += 1
502-
let notice = Notice(title: Localization.Notice.allReviewsMarkedAsRead,
503-
feedbackType: .success)
502+
let notice = Notice(title: Localization.Notice.allReviewsMarkedAsRead, feedbackType: .success)
504503
ServiceLocator.noticePresenter.enqueue(notice: notice)
505504
}
506505

0 commit comments

Comments
 (0)