Skip to content

Commit

Permalink
cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
Myestery committed Dec 17, 2024
1 parent 5c7f6de commit 7959cc9
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion golem-cli/src/command.rs
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,9 @@ use golem_common::uri::oss::uri::ComponentUri;
use golem_wasm_rpc_stubgen::App;
use plugin::PluginSubcommand;
use profile::{ProfileSubCommand, UniversalProfileAdd};
use ui::UiCommand;
use std::future::Future;
use std::path::PathBuf;
use ui::UiCommand;
use worker::WorkerSubcommand;

pub trait ComponentRefSplit<ProjectRef> {
Expand Down
4 changes: 2 additions & 2 deletions golem-cli/src/command/ui.rs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ impl UiCommand {
});

service.run().await.map_err(|e| GolemError(e.to_string()))?;

Ok(GolemResult::Str("UI server stopped".to_string()))
}
}
}

0 comments on commit 7959cc9

Please sign in to comment.