Skip to content

Commit 7e52561

Browse files
committed
apply clang-format-12
Signed-off-by: Michael Warres <mpw@google.com>
1 parent c279c7f commit 7e52561

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

test/utility.h

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,7 @@ class TestContext : public ContextBase {
133133
.count();
134134
}
135135

136-
void set_allow_on_headers_stop_iteration(bool allow) {
137-
allow_on_headers_stop_iteration_ = allow;
138-
}
136+
void set_allow_on_headers_stop_iteration(bool allow) { allow_on_headers_stop_iteration_ = allow; }
139137

140138
private:
141139
std::string log_;

0 commit comments

Comments
 (0)