From ac4dc495d69a23eed87440b156b2d76ca2f04e1d Mon Sep 17 00:00:00 2001 From: natsuk4ze Date: Sun, 21 Jan 2024 10:17:12 +0900 Subject: [PATCH] Format --- lib/src/gal_exception.dart | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lib/src/gal_exception.dart b/lib/src/gal_exception.dart index 9825701c..df121cc0 100644 --- a/lib/src/gal_exception.dart +++ b/lib/src/gal_exception.dart @@ -11,7 +11,7 @@ class GalException implements Exception { }); /// Type of error. - /// + /// /// See: [GalExceptionType] final GalExceptionType type; @@ -19,7 +19,7 @@ class GalException implements Exception { final PlatformException platformException; /// Stack trace of the error in dart side. - /// + /// /// The native code StackTrace is stored in [PlatformException.stacktrace]. final StackTrace stackTrace; @@ -51,7 +51,6 @@ class GalException implements Exception { /// including all values of [GalException.platformException] /// and [GalException.stackTrace]. enum GalExceptionType { - /// When has no permission to access gallery app. /// See: https://github.com/natsuk4ze/gal/wiki/Permissions accessDenied,