Skip to content

Commit 6b8bd5e

Browse files
committed
[lldb-dap] format files
1 parent 32e9a56 commit 6b8bd5e

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lldb/unittests/DAP/ProtocolTypesTest.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1138,7 +1138,6 @@ TEST(ProtocolTypesTest, ExceptionBreakMode) {
11381138
json::Value const serialized = toJSON(value);
11391139
ASSERT_EQ(serialized.kind(), llvm::json::Value::Kind::String);
11401140
EXPECT_EQ(serialized.getAsString(), expected);
1141-
11421141
}
11431142
}
11441143

0 commit comments

Comments
 (0)