mirror of
https://github.com/XRPLF/rippled.git
synced 2026-08-21 14:20:56 +00:00
Apply clang-format due to new column size (#6311)
This commit is contained in:
@@ -507,8 +507,7 @@ class MPToken_test : public beast::unit_test::suite
|
||||
// (2)
|
||||
mptAlice.set({.account = alice, .flags = 0x00000008, .err = temINVALID_FLAG});
|
||||
|
||||
if (!features[featureSingleAssetVault] &&
|
||||
!features[featureDynamicMPT] &&
|
||||
if (!features[featureSingleAssetVault] && !features[featureDynamicMPT] &&
|
||||
!features[featureConfidentialTransfer])
|
||||
{
|
||||
// test invalid flags - nothing is being changed
|
||||
|
||||
Reference in New Issue
Block a user