Skip to content

Commit 4f0e29a

Browse files
stephencelisgithub-actions[bot]
authored andcommitted
Run swift-format
1 parent 49ce85d commit 4f0e29a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Sources/StructuredQueriesCore/Documentation.docc/Articles/DefiningYourSchema.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -481,8 +481,8 @@ struct Event {
481481
482482
### Enum tables
483483
484-
It is possible to use enums as a domain modeling tool for your table schema, which can help you
485-
emulate "inheritance" for your tables without having the burden of using reference types.
484+
It is possible to use enums as a domain modeling tool for your table schema, which can help you
485+
emulate "inheritance" for your tables without having the burden of using reference types.
486486
487487
As an example, suppose you have a table that represents attachments that can be associated with
488488
other tables, and an attachment can either be a link, a note or an image. One way to model this

0 commit comments

Comments
 (0)