From edc44e0c6a9608c9513347f2428adb8696a4a41c Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Tue, 16 Jan 2024 12:12:26 +0100 Subject: [PATCH] chore: make linter happy --- contracts/StakeVault.sol | 1 - 1 file changed, 1 deletion(-) diff --git a/contracts/StakeVault.sol b/contracts/StakeVault.sol index dea4af3..2c16df3 100644 --- a/contracts/StakeVault.sol +++ b/contracts/StakeVault.sol @@ -11,7 +11,6 @@ import { StakeManager } from "./StakeManager.sol"; * @author Ricardo Guilherme Schmidt * @notice Secures user stake */ - contract StakeVault is Ownable { error StakeVault__MigrationNotAvailable();