Skip to content

Commit dbe9478

Browse files
committed
Fix checkstyle: missing space after comment lines
1 parent 641acaf commit dbe9478

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

WordPress/src/main/java/org/wordpress/android/push/GCMMessageHandler.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -473,10 +473,10 @@ private void addActionsForCommentNotification(Context context, NotificationCompa
473473
// if the comment is lacking approval, offer moderation actions
474474
if (note.getCommentStatus() == CommentStatus.UNAPPROVED) {
475475
if (note.canModerate()) {
476-
//TODO
476+
// TODO
477477
// Enable comment approve action after fixing content lost after approval.
478478
// Issue: https://github.com/wordpress-mobile/WordPress-Android/issues/17026
479-
//addCommentApproveActionForCommentNotification(context, builder, noteId);
479+
// addCommentApproveActionForCommentNotification(context, builder, noteId);
480480
}
481481
} else {
482482
// else offer REPLY / LIKE actions

0 commit comments

Comments
 (0)