8 lines
136 B
Plaintext
8 lines
136 B
Plaintext
[source,javascript,diff-id=1,diff-type=noncompliant]
|
|
----
|
|
if (condition1) {
|
|
// ...
|
|
} if (condition2) { // Noncompliant
|
|
//...
|
|
}
|
|
---- |