mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix inconsistent indentation
This commit is contained in:
@@ -85,8 +85,8 @@ for (var optimize of [false, true])
|
||||
}
|
||||
} catch (e) {
|
||||
console.log(filename + ': FATAL ERROR')
|
||||
console.error(filename)
|
||||
console.error(inputs)
|
||||
console.error(filename)
|
||||
console.error(inputs)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user