Skip to content

Commit

Permalink
Clang-formatting error
Browse files Browse the repository at this point in the history
  • Loading branch information
p2peer committed May 26, 2020
1 parent f2be3d1 commit 6605e64
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/unit_test/SuiteJournal.h
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ class SuiteJournal
: sink_(partition, threshold, suite), journal_(sink_)
{
}
operator beast::Journal &()
operator beast::Journal&()
{
return journal_;
}
Expand Down

0 comments on commit 6605e64

Please sign in to comment.