Skip to content

Commit abdbad9

Browse files
committed
Format
1 parent e73372c commit abdbad9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

postgraphile/postgraphile/graphile.config.ts

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -563,9 +563,13 @@ const preset: GraphileConfig.Preset = {
563563
},
564564
[lambda, sleep],
565565
),
566-
plan: EXPORTABLE(() => function plan($event) {
567-
return $event;
568-
}, []),
566+
plan: EXPORTABLE(
567+
() =>
568+
function plan($event) {
569+
return $event;
570+
},
571+
[],
572+
),
569573
},
570574
},
571575
},

0 commit comments

Comments
 (0)