Skip to content
This repository was archived by the owner on Nov 1, 2024. It is now read-only.

Commit

Permalink
Format cli_util.dart
Browse files Browse the repository at this point in the history
  • Loading branch information
lrhn authored Apr 3, 2024
1 parent 112e74e commit 1ba21dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cli_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 1ba21dd

Please sign in to comment.