Skip to content

Commit c1746bb

Browse files
committed
cargo fmt
1 parent 3cf3b47 commit c1746bb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tdxctl/src/tboot.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@ use crate::{
2020
utils::{deserialize_json_file, AppCompose, AppKeys, SysConfig},
2121
};
2222
use dstack_types::shared_filenames::{
23-
APP_COMPOSE, APP_KEYS, DECRYPTED_ENV_JSON, HOST_SHARED_DIR, HOST_SHARED_DIR_NAME, SYS_CONFIG, USER_CONFIG
23+
APP_COMPOSE, APP_KEYS, DECRYPTED_ENV_JSON, HOST_SHARED_DIR, HOST_SHARED_DIR_NAME, SYS_CONFIG,
24+
USER_CONFIG,
2425
};
2526

2627
#[derive(Parser)]

0 commit comments

Comments
 (0)