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

Commit

Permalink
Update cli_util.dart
Browse files Browse the repository at this point in the history
Long line in comment, not caught by formatter.
  • Loading branch information
lrhn authored Apr 3, 2024
1 parent 77241da commit 79d82a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/cli_util.dart
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit 79d82a4

Please sign in to comment.