We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6fbfe33 commit b3709fdCopy full SHA for b3709fd
src/main/wrapper/CxWrapperFactory.ts
@@ -8,7 +8,7 @@ export interface ICxWrapperFactory {
8
9
class CxWrapperFactory implements ICxWrapperFactory {
10
async createWrapper(cxScanConfig: CxConfig, logFilePath?: string): Promise<CxWrapper> {
11
- return await CxWrapper.getInstance(cxScanConfig, logFilePath);;
+ return await CxWrapper.getInstance(cxScanConfig, logFilePath);
12
}
13
14
0 commit comments