Skip to content

Commit 85c1e2e

Browse files
committed
fmt fix
1 parent fd96310 commit 85c1e2e

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

tests/it/functions.rs

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,14 @@ use std::borrow::Cow;
1616
use std::cmp::Ordering;
1717
use std::collections::BTreeMap;
1818

19-
use jsonb::delete_by_keypath;
2019
use jsonb::{
2120
array_length, array_values, as_bool, as_null, as_number, as_str, build_array, build_object,
22-
compare, concat, contains, convert_to_comparable, delete_by_index, delete_by_name,
23-
exists_all_keys, exists_any_keys, from_slice, get_by_index, get_by_keypath, get_by_name,
24-
get_by_path, is_array, is_object, keypath::parse_key_paths, object_each, object_keys,
25-
parse_value, path_exists, path_match, strip_nulls, to_bool, to_f64, to_i64, to_pretty_string,
26-
to_str, to_string, to_u64, traverse_check_string, type_of, Error, Number, Object, Value,
21+
compare, concat, contains, convert_to_comparable, delete_by_index, delete_by_keypath,
22+
delete_by_name, exists_all_keys, exists_any_keys, from_slice, get_by_index, get_by_keypath,
23+
get_by_name, get_by_path, is_array, is_object, keypath::parse_key_paths, object_each,
24+
object_keys, parse_value, path_exists, path_match, strip_nulls, to_bool, to_f64, to_i64,
25+
to_pretty_string, to_str, to_string, to_u64, traverse_check_string, type_of, Error, Number,
26+
Object, Value,
2727
};
2828

2929
use jsonb::jsonpath::parse_json_path;

0 commit comments

Comments
 (0)