Skip to content

Commit

Permalink
missing empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
TJ Zhang committed Jul 12, 2024
1 parent a91482a commit feae395
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion node/src/Commands.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1555,4 +1555,4 @@ export function createObjectRefcount(key: string): command_request.Command {
*/
export function createDBSize(): command_request.Command {
return createCommand(RequestType.DBSize, []);
}
}

0 comments on commit feae395

Please sign in to comment.