9 lines
82 B
Plaintext
9 lines
82 B
Plaintext
== Compliant Solution
|
|
|
|
[source,text]
|
|
----
|
|
if(condition) {
|
|
doSomething();
|
|
}
|
|
----
|