2023-05-03 11:06:20 +02:00
|
|
|
=== Exceptions
|
2020-06-30 12:47:33 +02:00
|
|
|
|
|
|
|
When blocks are inlined (open and close curly braces on the same line), no issue is triggered.
|
|
|
|
|
2021-02-02 15:02:10 +01:00
|
|
|
|
2020-06-30 12:47:33 +02:00
|
|
|
----
|
|
|
|
if(condition) {doSomething();}
|
|
|
|
----
|