Skip to content

Commit c636d8f

Browse files
committed
format code
1 parent 5b9504d commit c636d8f

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

src/commands.rs

+1-6
Original file line numberDiff line numberDiff line change
@@ -196,12 +196,7 @@ impl<'a, V: SelectValue> KeyValue<'a, V> {
196196
let path = &paths[0];
197197
if path.is_legacy() {
198198
Ok(self
199-
.serialize_object(
200-
self.get_first(paths[0].get_path())?,
201-
indent,
202-
newline,
203-
space,
204-
)
199+
.serialize_object(self.get_first(paths[0].get_path())?, indent, newline, space)
205200
.into())
206201
} else {
207202
let values = self.get_values(path.get_path())?;

0 commit comments

Comments
 (0)