Skip to content

Commit 4e0592c

Browse files
committed
Apply prettier
1 parent 6e0d430 commit 4e0592c

File tree

1 file changed

+10
-7
lines changed

1 file changed

+10
-7
lines changed

specification/esql/list_queries/ListQueriesResponse.ts

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -22,12 +22,15 @@ import { long } from '@_types/Numeric'
2222

2323
export class Response {
2424
body: {
25-
queries: Record<TaskId, {
26-
id: long
27-
node: NodeId
28-
start_time_millis: long
29-
running_time_nanos: long
30-
query: string
31-
}>
25+
queries: Record<
26+
TaskId,
27+
{
28+
id: long
29+
node: NodeId
30+
start_time_millis: long
31+
running_time_nanos: long
32+
query: string
33+
}
34+
>
3235
}
3336
}

0 commit comments

Comments
 (0)