Skip to content

Commit

Permalink
fmt + clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
aleksrutins committed Dec 17, 2024
1 parent 0a7e484 commit bfef7f4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/providers/deno.rs
Original file line number Diff line number Diff line change
Expand Up @@ -119,9 +119,9 @@ impl DenoProvider {
}
}

#[cfg(test)]
mod tests {
use crate::nixpacks::nix::NIXPACKS_ARCHIVE_LATEST_DENO;
use crate::{App, DenoProvider, Environment, Provider};
use super::*;

#[test]
fn test_deno2() {
Expand Down

0 comments on commit bfef7f4

Please sign in to comment.