Merge pull request #9107 from ethereum/string-spacing-fix

AsmAnalysis: Fixes a superfluous whitespace in an error string
This commit is contained in:
chriseth 2020-06-03 13:14:58 +02:00 committed by GitHub
commit 448c33b8cb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 3 deletions

View File

@ -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() +
"\")."
);