Skip to content

Commit e4fa732

Browse files
committed
indentation
1 parent 0df771f commit e4fa732

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/json/lib/commands/MSET.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ export function transformArguments(keyPathValues: Array<KeyPathValue>): RedisCom
1414

1515
for (const { key, path, value } of keyPathValues) {
1616
args.push(key, path, transformRedisJsonArgument(value));
17-
}
17+
}
1818

1919
return args;
2020
}

0 commit comments

Comments
 (0)