File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -120,9 +120,9 @@ export class SlitherClient extends PluginClient {
120120 allowPaths = allowPathString
121121 remaps = remapString . trim ( )
122122 }
123- const allowPathsOption : string = allowPaths ? `--allow-paths ${ allowPaths } ` : ''
124- const optimizeOption : string = optimize ? ' --optimize ' : ''
125- const evmOption : string = evmVersion ? ` --evm-version ${ evmVersion } ` : ''
123+ const allowPathsOption : string = allowPaths ? `--allow-paths ${ allowPaths } ` : ''
124+ const optimizeOption : string = optimize ? '--optimize ' : ''
125+ const evmOption : string = evmVersion ? `--evm-version ${ evmVersion } ` : ''
126126 const solcArgs : string = optimizeOption || evmOption || allowPathsOption ? `--solc-args '${ allowPathsOption } ${ optimizeOption } ${ evmOption } '` : ''
127127 const solcRemaps = remaps ? `--solc-remaps "${ remaps } "` : ''
128128
You can’t perform that action at this time.
0 commit comments