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

9 lines
87 B
Plaintext

[source,csharp]
----
if (condition)
{
ExecuteSomething();
CheckSomething();
}
----