Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
yann300 authored Nov 10, 2023
1 parent 38feabf commit c9b99c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libs/remix-solidity/src/compiler/compiler.ts
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ export class Compiler {

try {
if (useFileConfiguration) {
let compilerInput = JSON.parse(configFileContent)
const compilerInput = JSON.parse(configFileContent)
if (compilerInput.settings.remappings?.length) compilerInput.settings.remappings.push(...remappings)
else compilerInput.settings.remappings = remappings
input = compilerInputForConfigFile(source.sources, compilerInput)
Expand Down

0 comments on commit c9b99c8

Please sign in to comment.