Skip to content

Commit

Permalink
Lint import order
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems committed Jan 10, 2025
1 parent 7471a48 commit 24a34bd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions buildpacks/ruby/src/layers/bundle_install_layer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -322,9 +322,9 @@ fn display_name(cmd: &mut Command, env: &Env) -> String {

#[cfg(test)]
mod test {
use bullet_stream::strip_ansi;

use super::*;
use bullet_stream::strip_ansi;
use pretty_assertions::assert_eq;
use std::path::PathBuf;

/// `CacheDiff` logic controls cache invalidation
Expand Down

0 comments on commit 24a34bd

Please sign in to comment.