Skip to content

Commit 5198a02

Browse files
committed
style: remove extra white space
1 parent 9712f75 commit 5198a02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/fuzz/util.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
#include <util/rbf.h>
88
#include <version.h>
99

10-
bool FuzzedSock::Wait(std::chrono::milliseconds timeout, Event requested, Event* occurred ) const
10+
bool FuzzedSock::Wait(std::chrono::milliseconds timeout, Event requested, Event* occurred) const
1111
{
1212
if (!m_fuzzed_data_provider.ConsumeBool()) {
1313
return false;

0 commit comments

Comments
 (0)