rspec/rules/S122/csharp/compliant.adoc

8 lines
66 B
Plaintext
Raw Normal View History

2023-06-16 15:38:45 +02:00
[source,csharp]
----
if (someCondition)
{
DoSomething();
}
----