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

10 lines
104 B
Plaintext

[source,swift]
----
if someCondition {
doSomething()
}
var result = doSomething()
return result
----