From 3596ae0caf0e124539187dac8efe947f7fb9039f Mon Sep 17 00:00:00 2001 From: "A.L." Date: Tue, 31 Dec 2024 14:38:27 +0800 Subject: [PATCH] docs: format comment --- src/asset-management/EulerV2Manager.sol | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/asset-management/EulerV2Manager.sol b/src/asset-management/EulerV2Manager.sol index 9f98b6ec..c26cf7a3 100644 --- a/src/asset-management/EulerV2Manager.sol +++ b/src/asset-management/EulerV2Manager.sol @@ -276,8 +276,8 @@ contract EulerV2Manager is IAssetManager, Owned(msg.sender), RGT { aTokens[i], msg.sender, // the amounts specified in the argument might not be the actual amounts disimbursed by the distributor, - // due to the possibility of having done the claim previously thus it is necessary to use balanceOf - // to transfer the correct amount + // due to the possibility of having done the claim previously + // thus it is necessary to use `balanceOf` to transfer the correct amount IERC20(aTokens[i]).balanceOf(address(this)) ); }