Fix namespace styles.

This commit is contained in:
chriseth
2021-05-27 17:41:04 +02:00
parent 033559206c
commit d305c219d8
9 changed files with 18 additions and 9 deletions
+2 -1
View File
@@ -28,7 +28,8 @@ using namespace solidity::yul;
using OptionalStatements = std::optional<vector<Statement>>;
namespace {
namespace
{
OptionalStatements replaceConstArgSwitch(Switch& _switchStmt, u256 const& _constExprVal)
{