Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
imabdulbasit committed Oct 30, 2024
1 parent a9390b9 commit cf58845
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion builder/src/bin/permissionless-builder.rs
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,6 @@ async fn main() -> anyhow::Result<()> {
(FeeVersion::VERSION, MarketplaceVersion::VERSION) => {
run::<SequencerVersions<FeeVersion, MarketplaceVersion>>(genesis, opt).await
}

(FeeVersion::VERSION, _) => run::<SequencerVersions<FeeVersion, V0_0>>(genesis, opt).await,
(MarketplaceVersion::VERSION, _) => {
run::<SequencerVersions<MarketplaceVersion, V0_0>>(genesis, opt).await
Expand Down

0 comments on commit cf58845

Please sign in to comment.