From 1ba21dd497d8e0f798312a399b0c3f18b905f94d Mon Sep 17 00:00:00 2001 From: "Lasse R.H. Nielsen" Date: Wed, 3 Apr 2024 11:22:20 +0200 Subject: [PATCH] Format cli_util.dart --- lib/cli_util.dart | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/cli_util.dart b/lib/cli_util.dart index 34c57c5..82ce9ea 100644 --- a/lib/cli_util.dart +++ b/lib/cli_util.dart @@ -73,7 +73,7 @@ String _requireEnv(String name) => /// Exception thrown if a required environment entry does not exist. /// -/// Thrown by [applicationConfigHome] if an expected and required +/// 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.