mirror of
https://github.com/github/codeql.git
synced 2026-02-12 05:01:06 +01:00
ql for ql: Fix formatting
This commit is contained in:
@@ -36,6 +36,10 @@ pub fn run(options: Options) -> std::io::Result<()> {
|
||||
},
|
||||
];
|
||||
|
||||
generate(languages, options.dbscheme, options.library,
|
||||
"run 'scripts/create-extractor-pack.sh' in ql/")
|
||||
generate(
|
||||
languages,
|
||||
options.dbscheme,
|
||||
options.library,
|
||||
"run 'scripts/create-extractor-pack.sh' in ql/",
|
||||
)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user