Skip to content

Commit 8ded19a

Browse files
committed
style(cli): 统一代码缩进风格
1 parent 833fa7f commit 8ded19a

53 files changed

Lines changed: 8543 additions & 8520 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

file_classification_cli/src/cli.rs

Lines changed: 326 additions & 326 deletions
Large diffs are not rendered by default.

file_classification_cli/src/context.rs

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,14 @@
33

44
/// 上下文结构体,用于跟踪当前选中的文件、组、标签ID
55
pub struct Context {
6-
pub selected_file_id: Option<i32>,
7-
pub selected_group_id: Option<i32>,
8-
pub selected_tag_id: Option<i32>,
6+
pub selected_file_id: Option<i32>,
7+
pub selected_group_id: Option<i32>,
8+
pub selected_tag_id: Option<i32>,
99
}
1010

1111
impl Context {
12-
/// 创建一个新的空上下文
13-
pub fn new() -> Self {
14-
Self { selected_file_id: None, selected_group_id: None, selected_tag_id: None }
15-
}
12+
/// 创建一个新的空上下文
13+
pub fn new() -> Self {
14+
Self { selected_file_id: None, selected_group_id: None, selected_tag_id: None }
15+
}
1616
}

0 commit comments

Comments
 (0)