Skip to content

Commit 006a07d

Browse files
committed
formatting
1 parent efe61d1 commit 006a07d

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

lldb/unittests/Expression/ValueMatcher.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,8 @@ static void FormatValueDetails(llvm::raw_ostream &os,
3232
os << llvm::format("%02x", static_cast<unsigned>(byte));
3333
},
3434
[&]() { os << " "; });
35-
if (buffer_data.size() > 16) {
35+
if (buffer_data.size() > 16)
3636
os << " ...";
37-
}
3837
os << "] (" << buffer_data.size() << " bytes)";
3938
} else {
4039
os << ", value=" << scalar;

0 commit comments

Comments
 (0)