Skip to content

Commit 8eb8936

Browse files
committed
Fix formatting
1 parent 0ae577e commit 8eb8936

File tree

1 file changed

+2
-5
lines changed

1 file changed

+2
-5
lines changed

src/xrpld/app/tx/detail/SetTrust.cpp

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -136,11 +136,8 @@ SetTrust::checkPermission(ReadView const& view, STTx const& tx)
136136
return terNO_DELEGATE_PERMISSION;
137137

138138
auto const saLimitAmount = tx.getFieldAmount(sfLimitAmount);
139-
auto const sleRippleState = view.read(
140-
keylet::line(
141-
tx[sfAccount],
142-
saLimitAmount.getIssuer(),
143-
saLimitAmount.getCurrency()));
139+
auto const sleRippleState = view.read(keylet::line(
140+
tx[sfAccount], saLimitAmount.getIssuer(), saLimitAmount.getCurrency()));
144141

145142
// if the trustline does not exist, granular permissions are
146143
// not allowed to create trustline

0 commit comments

Comments
 (0)