File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
Tests/StructuredQueriesTests Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -1410,16 +1410,20 @@ extension SnapshotTests {
14101410 _ = base. leftJoin ( RemindersList . all) { _, _, _ in true }
14111411 _ = base. rightJoin ( RemindersList . all) { _, _, _ in true }
14121412 _ = base. fullJoin ( RemindersList . all) { _, _, _ in true }
1413- _ = base
1413+ _ =
1414+ base
14141415 . join ( RemindersList . all) { _, _, _ in true }
14151416 . join ( RemindersList . all) { _, _, _, _ in true }
1416- _ = base
1417+ _ =
1418+ base
14171419 . leftJoin ( RemindersList . all) { _, _, _ in true }
14181420 . leftJoin ( RemindersList . all) { _, _, _, _ in true }
1419- _ = base
1421+ _ =
1422+ base
14201423 . rightJoin ( RemindersList . all) { _, _, _ in true }
14211424 . rightJoin ( RemindersList . all) { _, _, _, _ in true }
1422- _ = base
1425+ _ =
1426+ base
14231427 . fullJoin ( RemindersList . all) { _, _, _ in true }
14241428 . fullJoin ( RemindersList . all) { _, _, _, _ in true }
14251429 _ = base. where { r, _ in r. isCompleted }
You can’t perform that action at this time.
0 commit comments