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
@@ -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);