From 3b1b0bef1675b91717b44030b075f1dd87b7153f Mon Sep 17 00:00:00 2001 From: Nate Bosch Date: Mon, 30 Sep 2024 20:43:21 +0000 Subject: [PATCH] Reflow comment --- lib/src/arg_parser_exception.dart | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/lib/src/arg_parser_exception.dart b/lib/src/arg_parser_exception.dart index e6a1868..fbee82b 100644 --- a/lib/src/arg_parser_exception.dart +++ b/lib/src/arg_parser_exception.dart @@ -9,7 +9,8 @@ class ArgParserException extends FormatException { /// This will be empty if the error was on the root parser. final List commands; - /// The name of the argument that was being parsed when the error was discovered. + /// The name of the argument that was being parsed when the error was + /// discovered. final String? argumentName; ArgParserException(super.message,