Skip to content

Commit

Permalink
Merge pull request #106 from k82cn/fix_typo_250116
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
k82cn authored Jan 16, 2025
2 parents ec3c903 + 06b08a7 commit 2feeaf0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion executor_manager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -47,8 +47,8 @@ async fn main() -> Result<(), Box<dyn Error>> {
// Run executor.
// TODO(k82cn): 1. enable gracefully exit, 2. build ExecutorManager for multiple executors.
let mut exec = Executor::from_context(&ctx, cli.slots).await?;
// let mut exec_ptr = ExecutorPtr::new(exec);

// TODO(k82cn): Replace the following loop with `exec.run().await?;`.
loop {
let mut state = states::from(exec.clone()).await;
match state.execute(&ctx).await {
Expand Down
1 change: 0 additions & 1 deletion session_manager/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ limitations under the License.

use clap::Parser;
use futures::future::join_all;
use std::collections::HashMap;

use common::ctx::FlameContext;
use common::FlameError;
Expand Down

0 comments on commit 2feeaf0

Please sign in to comment.