mirror of
https://github.com/github/codeql.git
synced 2026-05-03 04:39:29 +02:00
Swift: use parenthesis instead of curly braces
This commit is contained in:
@@ -14,7 +14,7 @@ class Observer : public swift::FrontendObserver {
|
||||
explicit Observer(const codeql::Configuration& config) : config{config} {}
|
||||
|
||||
void performedSemanticAnalysis(swift::CompilerInstance& instance) override {
|
||||
codeql::Extractor extractor{config, instance};
|
||||
codeql::Extractor extractor(config, instance);
|
||||
extractor.extract();
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user