Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
joshwlewis committed Dec 12, 2024
1 parent a8f8db2 commit 25610f5
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions buildpacks/go/tests/integration_test.rs
Original file line number Diff line number Diff line change
@@ -1,10 +1,7 @@
// Required due to: https://github.com/rust-lang/rust/issues/95513
#![allow(unused_crate_dependencies)]

use libcnb_test::{
assert_contains, assert_not_contains, BuildConfig, ContainerConfig,
TestRunner,
};
use libcnb_test::{assert_contains, assert_not_contains, BuildConfig, ContainerConfig, TestRunner};
use std::{env::consts, time::Duration};

const DEFAULT_BUILDER: &str = "heroku/builder:24";
Expand Down

0 comments on commit 25610f5

Please sign in to comment.