Skip to content

Commit

Permalink
Remove redundant code
Browse files Browse the repository at this point in the history
  • Loading branch information
gogolon committed Sep 12, 2024
1 parent c0cbf9b commit 351cf7b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -204,7 +204,7 @@ final _patrolVersionRange = [
VersionRange(
min: Version.parse('3.11.0'),
),
].reversed.toList();
];

final _patrolCliVersionRange = [
VersionRange(
Expand Down Expand Up @@ -242,4 +242,4 @@ final _patrolCliVersionRange = [
VersionRange(
min: Version.parse('3.2.0'),
),
].reversed.toList();
];

0 comments on commit 351cf7b

Please sign in to comment.