Skip to content

Commit 5b20d58

Browse files
committed
Swift: use parenthesis instead of curly braces
1 parent 8bcdfb2 commit 5b20d58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

swift/extractor/main.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class Observer : public swift::FrontendObserver {
1414
explicit Observer(const codeql::Configuration& config) : config{config} {}
1515

1616
void performedSemanticAnalysis(swift::CompilerInstance& instance) override {
17-
codeql::Extractor extractor{config, instance};
17+
codeql::Extractor extractor(config, instance);
1818
extractor.extract();
1919
}
2020

0 commit comments

Comments
 (0)