Skip to content

Commit

Permalink
fix: Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Brian May committed Apr 26, 2024
1 parent 007c56a commit 8cb8898
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion src/config.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@ use serde::{Deserialize, Serialize, Serializer};

use crate::utils::filename_to_string;


#[derive(Deserialize, Debug)]
pub enum ValuesFormat {
PlainText,
Expand Down
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,9 @@ mod output;
use output::{Message, MultiOutput, Output, Sender};

mod config;
use config::{Overrides, ValuesFile, ValuesFormat};
use config::Release;
use config::{ChartReference, Cluster, Env};
use config::{Overrides, ValuesFile, ValuesFormat};

mod layer;
use layer::log;
Expand Down

0 comments on commit 8cb8898

Please sign in to comment.