rspec/rules/S122/swift/compliant.adoc

10 lines
104 B
Plaintext
Raw Permalink Normal View History

2023-06-16 15:38:45 +02:00
[source,swift]
----
if someCondition {
doSomething()
}
var result = doSomething()
return result
----