Skip to content

Commit a9d13dd

Browse files
formatting
1 parent 6cdcd53 commit a9d13dd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/commands.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -631,8 +631,8 @@ pub fn json_set<M: Manager>(manager: M, ctx: &Context, args: Vec<RedisString>) -
631631
} else {
632632
return Err(RedisError::Str("recursion limit exceeded"));
633633
}
634-
},
635-
UpdateInfo::AUI(aui) => redis_key.dict_add(aui.path, &aui.key, val)?
634+
}
635+
UpdateInfo::AUI(aui) => redis_key.dict_add(aui.path, &aui.key, val)?,
636636
}
637637
} else {
638638
for ui in update_info {

0 commit comments

Comments
 (0)