Skip to content

Commit 27b89e4

Browse files
committed
fix: remove extra blank lines to satisfy CI rustfmt check
1 parent bd4de52 commit 27b89e4

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

crates/core/src/mcp.rs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -178,8 +178,6 @@ fn handle_read(file: &str, json: bool) -> String {
178178
}
179179
}
180180

181-
182-
183181
fn handle_find_block(file: &str, anchor_str: &str) -> String {
184182
let path = Path::new(file);
185183
let fc = match FileContent::load(path) {

0 commit comments

Comments
 (0)