mirror of
https://github.com/ethereum/solidity
synced 2023-10-03 13:03:40 +00:00
Fix namespace styles.
This commit is contained in:
+2
-1
@@ -27,7 +27,8 @@
|
||||
|
||||
#include <string>
|
||||
|
||||
namespace solidity::util {
|
||||
namespace solidity::util
|
||||
{
|
||||
|
||||
/// Removes members with null value recursively from (@a _json).
|
||||
Json::Value removeNullMembers(Json::Value _json);
|
||||
|
||||
Reference in New Issue
Block a user