Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
danieleades committed Apr 20, 2021
1 parent 689f112 commit 1092bfa
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/release/check.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,12 +125,12 @@ fn next_(
next = "21.04";

ReleaseStatus {
build: if development { release_check(next) } else { BuildStatus::Blacklisted },
build: if development { release_check(next) } else { BuildStatus::Blacklisted },
current: "20.10",
is_lts: false,
is_lts: false,
next,
}
},
}

(21, 4) => ReleaseStatus {
build: BuildStatus::Blacklisted,
Expand Down

0 comments on commit 1092bfa

Please sign in to comment.