Skip to content

Commit

Permalink
comment line
Browse files Browse the repository at this point in the history
  • Loading branch information
lemunozm committed Oct 23, 2023
1 parent 3aa473b commit 8d086b8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3639,7 +3639,7 @@ mod setup {
if currency_id == pool_currency {
assert_noop!(
LiquidityPools::submit(DEFAULT_DOMAIN_ADDRESS_MOONBEAM, msg.clone()),
DispatchError::Other("Account does not have the TrancheInvestor permission.")
DispatchError::Other("Account does not have the TrancheInvestor permission.") //
);
}

Expand Down

0 comments on commit 8d086b8

Please sign in to comment.