Skip to content

Commit 899d653

Browse files
authored
Update LATENCY_HISTORY.ts
1 parent c0d9ed8 commit 899d653

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/client/lib/commands/LATENCY_HISTORY.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,11 @@ export type EventType = (
1717
'rdb-unlink-temp-file'
1818
);
1919

20-
export function transformArguments (event: EventType) {
20+
export function transformArguments(event: EventType) {
2121
return ['LATENCY', 'HISTORY', event];
2222
}
2323

2424
export declare function transformReply(): Array<[
2525
timestamp: number,
2626
latency: number,
27-
]>;
27+
]>;

0 commit comments

Comments
 (0)