Skip to content

Commit 38ab269

Browse files
committed
One-liners can be on one line
Signed-off-by: Stephen Celis <stephen@stephencelis.com>
1 parent 7d8751a commit 38ab269

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

SQLite Common/Statement.swift

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -191,9 +191,7 @@ extension Statement: SequenceType {
191191

192192
public typealias Generator = Statement
193193

194-
public func generate() -> Generator {
195-
return self
196-
}
194+
public func generate() -> Generator { return self }
197195

198196
}
199197

0 commit comments

Comments
 (0)