Skip to content

Commit 51b1ea8

Browse files
committed
ql for ql: Fix formatting
1 parent 49ced5f commit 51b1ea8

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

ql/extractor/src/generator.rs

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,10 @@ pub fn run(options: Options) -> std::io::Result<()> {
3636
},
3737
];
3838

39-
generate(languages, options.dbscheme, options.library,
40-
"run 'scripts/create-extractor-pack.sh' in ql/")
39+
generate(
40+
languages,
41+
options.dbscheme,
42+
options.library,
43+
"run 'scripts/create-extractor-pack.sh' in ql/",
44+
)
4145
}

0 commit comments

Comments
 (0)