Skip to content

Commit c0c78c2

Browse files
🎨 Committing clang-format changes
1 parent ee7189e commit c0c78c2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

unittests/pb_serializer_tests.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -201,11 +201,11 @@ const ut::suite test_repeated_sint32 = [] {
201201
// overlong element in the middle
202202
ut::expect(
203203
!hpp::proto::read_proto(value, "\x0a\x10\x08\xF6\xF1\xF0\xF0\xF0\xF0\xF0\x80\x90\xa1\xb2\xc3\xd4\xe5\x06"sv)
204-
.ok());
204+
.ok());
205205
// overlong element in the middle
206206
ut::expect(
207207
!hpp::proto::read_proto(value, "\x0a\x11\x08\x16\x21\x30\x40\x50\x80\xF0\x80\x90\xa1\xb2\xc3\xd4\xe5\x85\x06"sv)
208-
.ok());
208+
.ok());
209209
// zero length
210210
ut::expect(hpp::proto::read_proto(value, "\x0a\x00"sv).ok());
211211
ut::expect(!hpp::proto::read_proto(value, "\x0a\x00\xa8\x96\x01"sv).ok());

0 commit comments

Comments
 (0)