[Code Formatting] Fix comment in CommonCodeStyleSettings.java

close #2681

GitOrigin-RevId: c267342b95ffc14572c8ea50522a5929175c2fb9
This commit is contained in:
mlebedy
2025-03-27 15:28:07 +00:00
committed by intellij-monorepo-bot
parent 0650b45e74
commit a05b34f76e
@@ -585,7 +585,7 @@ public class CommonCodeStyleSettings implements CommentStyleSettings {
/**
* "try( Resource r = r() )"
* or
* "catch(Resource r = r())"
* "try(Resource r = r())"
*/
public boolean SPACE_WITHIN_TRY_PARENTHESES = false;