mbien commented on code in PR #4792:
URL: https://github.com/apache/netbeans/pull/4792#discussion_r1014691380
##########
platform/core.multitabs/src/org/netbeans/core/multitabs/impl/ButtonPopupSwitcher.java:
##########
@@ -549,4 +552,4 @@ private void selectTab(TabData tab) {
}
}
}
-}
+}
Review Comment:
looks like you removed the newline symbol after '}'. Its common to have one
at the end of a file. That is what the stop sign "no newline at end of file"
means on github.
You can fix this by putting the cursor after '}' and press return.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]
For further information about the NetBeans mailing lists, visit:
https://cwiki.apache.org/confluence/display/NETBEANS/Mailing+lists