Skip to content

Commit

Permalink
Reapply analysis fix
Browse files Browse the repository at this point in the history
  • Loading branch information
parlough committed Feb 12, 2024
1 parent 14d221f commit 27d52fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/src/sdk_env.dart
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ class ToolEnvironment {
'global',
'activate',
'dartdoc',
if (_dartdocVersion != null) _dartdocVersion!,
if (_dartdocVersion != null) _dartdocVersion,
],
environment: {
..._dartSdk.environment,
Expand Down

0 comments on commit 27d52fa

Please sign in to comment.