Skip to content

Commit 05fce4e

Browse files
committed
Fixing Trailing Whitespace Violation
1 parent 5af5c85 commit 05fce4e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/SQLite/Typed/Schema.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -308,7 +308,7 @@ public final class TableBuilder {
308308
references table: QueryType, _ other: Expression<V>) where V.Datatype == Int64 {
309309
column(name, V.declaredDatatype, nil, true, unique, check, nil, (table, other), nil)
310310
}
311-
311+
312312
public func column<V: Value>(_ name: Expression<V>, primaryKey: Bool, check: Expression<Bool>? = nil,
313313
references table: QueryType, _ other: Expression<V>) where V.Datatype == Int64 {
314314
column(name, V.declaredDatatype, primaryKey ? .default : nil, false, false, check, nil, (table, other), nil)

0 commit comments

Comments
 (0)