We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49ced5f commit 51b1ea8Copy full SHA for 51b1ea8
ql/extractor/src/generator.rs
@@ -36,6 +36,10 @@ pub fn run(options: Options) -> std::io::Result<()> {
36
},
37
];
38
39
- generate(languages, options.dbscheme, options.library,
40
- "run 'scripts/create-extractor-pack.sh' in ql/")
+ generate(
+ languages,
41
+ options.dbscheme,
42
+ options.library,
43
+ "run 'scripts/create-extractor-pack.sh' in ql/",
44
+ )
45
}
0 commit comments