[style] Run changed files through clang formatter.

This commit is contained in:
Amiti Uttarwar
2021-09-10 18:53:57 -06:00
parent 375750387e
commit 021f86953e
4 changed files with 34 additions and 34 deletions

View File

@@ -83,7 +83,7 @@ private:
bool deterministic;
public:
explicit AddrManTest(bool makeDeterministic = true,
std::vector<bool> asmap = std::vector<bool>())
std::vector<bool> asmap = std::vector<bool>())
: AddrMan(asmap, makeDeterministic, /* consistency_check_ratio */ 100)
{
deterministic = makeDeterministic;