mirror of
https://github.com/XRPLF/clio.git
synced 2026-07-28 01:20:24 +00:00
style: Set clang-format width 100 (#2953)
This commit is contained in:
@@ -153,7 +153,9 @@ struct ArrayViewAssertTest : common::util::WithMockAssert, ArrayViewTest {};
|
||||
TEST_F(ArrayViewAssertTest, AccessArrayOutOfBounce)
|
||||
{
|
||||
// dies because higher only has 1 object (trying to access 2nd element)
|
||||
EXPECT_CLIO_ASSERT_FAIL({ [[maybe_unused]] auto _ = configData.getArray("higher").objectAt(1); });
|
||||
EXPECT_CLIO_ASSERT_FAIL({
|
||||
[[maybe_unused]] auto _ = configData.getArray("higher").objectAt(1);
|
||||
});
|
||||
}
|
||||
|
||||
TEST_F(ArrayViewAssertTest, AccessIndexOfWrongType)
|
||||
|
||||
Reference in New Issue
Block a user