Skip to content

Commit

Permalink
run the tests
Browse files Browse the repository at this point in the history
  • Loading branch information
morgante committed Oct 21, 2024
1 parent 78c4b04 commit 5a831e2
Showing 1 changed file with 0 additions and 10 deletions.
10 changes: 0 additions & 10 deletions crates/cli/src/updater.rs
Original file line number Diff line number Diff line change
Expand Up @@ -95,16 +95,6 @@ impl SupportedApp {
SupportedApp::WorkflowRunner => "GRIT_WORKFLOW_RUNNER".to_string(),
}
}

pub fn from_all_app(app: AllApp) -> Option<Self> {
match app {
AllApp::Marzano => Some(SupportedApp::Marzano),
AllApp::Gouda => Some(SupportedApp::Gouda),
#[cfg(feature = "workflows_v2")]
AllApp::WorkflowRunner => Some(SupportedApp::WorkflowRunner),
_ => None,
}
}
}

impl fmt::Display for SupportedApp {
Expand Down

0 comments on commit 5a831e2

Please sign in to comment.