From 79d82a45acad601948041bba6a994890a08c09b7 Mon Sep 17 00:00:00 2001 From: "Lasse R.H. Nielsen" Date: Wed, 3 Apr 2024 11:19:59 +0200 Subject: [PATCH] Update cli_util.dart Long line in comment, not caught by formatter. --- lib/cli_util.dart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/cli_util.dart b/lib/cli_util.dart index 29e15fb..34c57c5 100644 --- a/lib/cli_util.dart +++ b/lib/cli_util.dart @@ -73,8 +73,8 @@ String _requireEnv(String name) => /// Exception thrown if a required environment entry does not exist. /// -/// Thrown by [applicationConfigHome] if an expected and required, platform specific, -/// environment entry is not available. +/// Thrown by [applicationConfigHome] if an expected and required +/// platform specific environment entry is not available. class EnvironmentNotFoundException implements Exception { /// Name of environment entry which was needed, but not found. final String entryName;