mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
[style] Run changed files through clang formatter.
This commit is contained in:
parent
375750387e
commit
021f86953e
4 changed files with 34 additions and 34 deletions
|
|
@ -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;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue