From 56ae882aa0ceb67dcc414d7d92e7347a6f22afe6 Mon Sep 17 00:00:00 2001 From: "Alexander \"PapaTutuWawa" Date: Tue, 2 Aug 2022 15:44:31 +0200 Subject: [PATCH] style: Fix linter warning --- lib/src/errors.dart | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/errors.dart b/lib/src/errors.dart index f4377a3..bf2cd2a 100644 --- a/lib/src/errors.dart +++ b/lib/src/errors.dart @@ -1,4 +1,3 @@ class InvalidSignatureException implements Exception { - @override String errMsg() => 'The signature of the SPK does not match the provided signature'; }