rspec/rules/S122/csharp/compliant.adoc
2023-06-16 13:38:45 +00:00

8 lines
66 B
Plaintext

[source,csharp]
----
if (someCondition)
{
DoSomething();
}
----