Skip to content

Commit 771a04e

Browse files
committed
upgrade prettier
1 parent eb3cf10 commit 771a04e

File tree

2 files changed

+249
-101
lines changed

2 files changed

+249
-101
lines changed

__tests__/main-test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ test('main test', () => {
4242
4343
type UserPair
4444
@sql(
45-
constraints: "UNIQUE(parentUserId, childUserId),\n FOREIGN KEY (parentUserId) REFERENCES User(userId)"
45+
constraints: "UNIQUE(parentUserId, childUserId),\\n FOREIGN KEY (parentUserId) REFERENCES User(userId)"
4646
) {
4747
userPairId: String @sql(type: "BINARY(16)", primary: true)
4848
parentUserId: String @sql(type: "BINARY(16)", index: true)

0 commit comments

Comments
 (0)