From 323662c6f3c941c9af9718eaa748e02b764a6dd6 Mon Sep 17 00:00:00 2001 From: chriseth Date: Thu, 23 Apr 2015 15:47:54 +0200 Subject: [PATCH] Removed extra blank line. --- solc/CommandLineInterface.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/solc/CommandLineInterface.cpp b/solc/CommandLineInterface.cpp index 2d8720371..5e4c901f3 100644 --- a/solc/CommandLineInterface.cpp +++ b/solc/CommandLineInterface.cpp @@ -51,7 +51,6 @@ namespace dev namespace solidity { - // LTODO: Maybe some argument class pairing names with // extensions and other attributes would be a better choice here? static string const g_argAbiStr = "json-abi";