More style checks.

This commit is contained in:
Daniel Kirchner
2019-02-14 11:41:20 +01:00
parent f003696d7e
commit 8ca6715e18
11 changed files with 16 additions and 13 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ private:
/// @param _tags docTags that are used.
/// @return A JSON representation
/// of the contract's developer documentation
static Json::Value devDocumentation(std::multimap<std::string, DocTag> const &_tags);
static Json::Value devDocumentation(std::multimap<std::string, DocTag> const& _tags);
};
} //solidity NS