Skip to content

Commit 5fceb0e

Browse files
committed
style(lending_pool): apply rustfmt comment alignment in test file
1 parent 0d62000 commit 5fceb0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lending_pool/src/test.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1915,7 +1915,7 @@ fn test_total_deposits_zero_after_all_shares_redeemed_with_yield() {
19151915

19161916
pool_client.deposit(&provider_a, &token_id, &1_000); // 1000 shares
19171917
pool_client.deposit(&provider_b, &token_id, &1_000); // 1000 shares
1918-
// managed = 2000, total_shares = 2000, TotalDeposits = 2000.
1918+
// managed = 2000, total_shares = 2000, TotalDeposits = 2000.
19191919

19201920
// 1000 tokens of yield arrive; record_yield updates TotalManagedAssets.
19211921
stellar_asset_client.mint(&pool_id, &1_000);

0 commit comments

Comments
 (0)