mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix namespace styles.
This commit is contained in:
@@ -28,7 +28,8 @@ using namespace solidity::yul;
|
||||
|
||||
using OptionalStatements = std::optional<vector<Statement>>;
|
||||
|
||||
namespace {
|
||||
namespace
|
||||
{
|
||||
|
||||
OptionalStatements replaceConstArgSwitch(Switch& _switchStmt, u256 const& _constExprVal)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user