From 21b2ac27599b1d0588faa7565096cbea91db0a22 Mon Sep 17 00:00:00 2001 From: minikin Date: Mon, 5 Apr 2021 17:39:50 +0100 Subject: [PATCH] Minor update --- lib/src/result.dart | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/src/result.dart b/lib/src/result.dart index 59f6514..71c2372 100644 --- a/lib/src/result.dart +++ b/lib/src/result.dart @@ -1,5 +1,4 @@ -// ignore_for_file: lines_longer_than_80_chars -// ignore_for_file: avoid_shadowing_type_parameters +// ignore_for_file: lines_longer_than_80_chars, avoid_shadowing_type_parameters import 'failure.dart'; import 'success.dart';