aboutsummaryrefslogtreecommitdiff
path: root/src/test/addrman_tests.cpp
diff options
context:
space:
mode:
authorAmiti Uttarwar <amiti@uttarwar.org>2021-09-10 18:53:57 -0600
committerAmiti Uttarwar <amiti@uttarwar.org>2021-09-28 22:21:10 -0400
commit021f86953e8a1dff8ecc768186368d345c865cc2 (patch)
tree577d340c9606340fe140b9e734c41ed1450d74f8 /src/test/addrman_tests.cpp
parent375750387e35ed751d1f5ab48860bdec93977f64 (diff)
downloadbitcoin-021f86953e8a1dff8ecc768186368d345c865cc2.tar.xz
[style] Run changed files through clang formatter.
Diffstat (limited to 'src/test/addrman_tests.cpp')
-rw-r--r--src/test/addrman_tests.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/test/addrman_tests.cpp b/src/test/addrman_tests.cpp
index 69ad7c7e24..bd6f470219 100644
--- a/src/test/addrman_tests.cpp
+++ b/src/test/addrman_tests.cpp
@@ -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;