Skip to content

Commit

Permalink
unused use
Browse files Browse the repository at this point in the history
  • Loading branch information
angeldcampbell authored and mars committed Dec 12, 2024
1 parent c16d497 commit 14feafa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildpacks/static-web-server/src/config_web_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ use libcnb::{build::BuildContext, layer::UncachedLayerDefinition};
use libherokubuildpack::log::log_info;
use static_web_server_utils::read_project_config;
use std::fs;
use std::process::{Child, Command, Stdio};
use std::process::{Command, Stdio};
use toml::Table;

pub(crate) fn config_web_server(
Expand Down

0 comments on commit 14feafa

Please sign in to comment.