Skip to content

Commit 3c3eb0e

Browse files
committed
[solc] CommandLineParser: Fix Coding style error.
1 parent caceda0 commit 3c3eb0e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

solc/CommandLineParser.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -657,8 +657,8 @@ General Information)").c_str(),
657657
(
658658
g_strImportAst.c_str(),
659659
("Import ASTs to be compiled, assumes input holds the AST in compact JSON format. "
660-
"Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
661-
"--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
660+
"Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
661+
"--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
662662
)
663663
(
664664
g_strImportEvmAssemblerJson.c_str(),

0 commit comments

Comments
 (0)