Skip to content

Commit 22c6e7d

Browse files
mbrandonwgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 022df89 commit 22c6e7d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Sources/StructuredQueriesCore/PrimaryKeyed.swift

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/// A type representing a database table with a primary key.
2-
public protocol PrimaryKeyedTable<PrimaryKey>: Table where TableColumns: PrimaryKeyedTableDefinition<PrimaryKey> {
2+
public protocol PrimaryKeyedTable<PrimaryKey>: Table
3+
where TableColumns: PrimaryKeyedTableDefinition<PrimaryKey> {
34
/// A type representing this table's primary key.
45
///
56
/// For auto-incrementing tables, this is typically `Int`.

0 commit comments

Comments
 (0)