From 6234508103f84cffb8a58532150dcb8532b89c74 Mon Sep 17 00:00:00 2001 From: Lint Action Date: Mon, 6 Nov 2023 20:16:43 +0000 Subject: [PATCH] Fix code style issues with Prettier --- contracts/boringcrypto/BoringHelperV1.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/boringcrypto/BoringHelperV1.sol b/contracts/boringcrypto/BoringHelperV1.sol index 11eff44..d36d16b 100644 --- a/contracts/boringcrypto/BoringHelperV1.sol +++ b/contracts/boringcrypto/BoringHelperV1.sol @@ -879,7 +879,6 @@ contract BoringHelperV1 is Ownable { return pools; } - /// @notice Returns the user's pendingTokens for a specific pool of the MasterChef contract /// @param pid The pool id /// @param who The user's address