Skip to content

Commit

Permalink
merge error
Browse files Browse the repository at this point in the history
  • Loading branch information
sebastiantia committed Feb 19, 2025
1 parent 038d3e7 commit 433e8f5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion kernel/src/scan/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -699,7 +699,6 @@ pub(crate) mod test_utils {
) -> Box<ArrowEngineData> {
let handler = SyncJsonHandler {};

let json_strings = paths
let mut json_strings: Vec<String> = paths
.iter()
.map(|path| {
Expand Down

0 comments on commit 433e8f5

Please sign in to comment.