mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
AsmAnalysis: Fixes a superfluous whitespace in an error string
This commit is contained in:
parent
de5e283574
commit
c708a1bec2
@ -555,7 +555,7 @@ bool AsmAnalyzer::warnOnInstructions(evmasm::Instruction _instr, SourceLocation
|
||||
+ "\" instruction is " +
|
||||
vmKindMessage +
|
||||
" VMs " +
|
||||
" (you are currently compiling for \"" +
|
||||
"(you are currently compiling for \"" +
|
||||
m_evmVersion.name() +
|
||||
"\")."
|
||||
);
|
||||
|
Loading…
Reference in New Issue
Block a user