rspec/rules/S121/common/compliant.adoc
2023-06-15 11:57:45 +02:00

8 lines
85 B
Plaintext

[source,text]
----
if (condition) {
executeSomething();
checkSomething();
}
----