style: Fix linter warning

This commit is contained in:
PapaTutuWawa 2022-08-02 15:44:31 +02:00
parent 26019ac704
commit 56ae882aa0

View File

@ -1,4 +1,3 @@
class InvalidSignatureException implements Exception {
@override
String errMsg() => 'The signature of the SPK does not match the provided signature';
}