chore: make linter happy

This commit is contained in:
r4bbit 2024-01-16 12:12:26 +01:00
parent cf7a8b6574
commit edc44e0c6a
No known key found for this signature in database
GPG Key ID: E95F1E9447DC91A9
1 changed files with 0 additions and 1 deletions

View File

@ -11,7 +11,6 @@ import { StakeManager } from "./StakeManager.sol";
* @author Ricardo Guilherme Schmidt <ricardo3@status.im> * @author Ricardo Guilherme Schmidt <ricardo3@status.im>
* @notice Secures user stake * @notice Secures user stake
*/ */
contract StakeVault is Ownable { contract StakeVault is Ownable {
error StakeVault__MigrationNotAvailable(); error StakeVault__MigrationNotAvailable();