[solc] CommandLineParser: Fix Coding style error.

This commit is contained in:
Alexander Arlt
2021-11-12 10:34:45 -05:00
parent 66368177ed
commit 3de13c4d21
+2 -2
View File
@@ -657,8 +657,8 @@ General Information)").c_str(),
(
g_strImportAst.c_str(),
("Import ASTs to be compiled, assumes input holds the AST in compact JSON format. "
"Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
"--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
"Supported Inputs is the output of the --" + g_strStandardJSON + " or the one produced by "
"--" + g_strCombinedJson + " " + CombinedJsonRequests::componentName(&CombinedJsonRequests::ast)).c_str()
)
(
g_strImportEvmAssemblerJson.c_str(),