mirror of
https://github.com/XRPLF/rippled.git
synced 2026-06-09 11:46:49 +00:00
chore: Set ColumnLimit to 120 in clang-format (#6288)
This change updates the ColumnLimit from 80 to 120, and applies clang-format to reformat the code.
This commit is contained in:
@@ -123,12 +123,8 @@ public:
|
||||
BEAST_EXPECT(STIssue(sfAsset, asset1) != asset3);
|
||||
BEAST_EXPECT(STIssue(sfAsset, asset1) == asset1);
|
||||
BEAST_EXPECT(STIssue(sfAsset, asset1).getText() == "XRP");
|
||||
BEAST_EXPECT(
|
||||
STIssue(sfAsset, asset2).getText() ==
|
||||
"USD/rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn");
|
||||
BEAST_EXPECT(
|
||||
STIssue(sfAsset, asset3).getText() ==
|
||||
"000000000000000000000000000000000000000000000002");
|
||||
BEAST_EXPECT(STIssue(sfAsset, asset2).getText() == "USD/rG1QQv2nh2gr7RCZ1P8YYcBUKCCN633jCn");
|
||||
BEAST_EXPECT(STIssue(sfAsset, asset3).getText() == "000000000000000000000000000000000000000000000002");
|
||||
}
|
||||
|
||||
void
|
||||
|
||||
Reference in New Issue
Block a user