Skip to content

Commit cfc80e2

Browse files
committed
Linting fix
1 parent e72eaab commit cfc80e2

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

specification/streams/logs_disable/StreamsLogsDisableRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import {RequestBase} from '@_types/Base'
21-
import {Duration} from '@_types/Time'
20+
import { RequestBase } from '@_types/Base'
21+
import { Duration } from '@_types/Time'
2222

2323
/**
2424
* Disable logs stream
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
summary: "Disable the logs streams on this cluster"
1+
summary: 'Disable the logs streams on this cluster'
22
method_request: POST _streams/logs/_disable
33
# type: request

specification/streams/logs_enable/StreamsLogsEnableRequest.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@
1717
* under the License.
1818
*/
1919

20-
import {RequestBase} from '@_types/Base'
21-
import {Duration} from '@_types/Time'
20+
import { RequestBase } from '@_types/Base'
21+
import { Duration } from '@_types/Time'
2222

2323
/**
2424
* Enable logs stream
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
summary: "Enable the logs streams on this cluster"
1+
summary: 'Enable the logs streams on this cluster'
22
method_request: POST _streams/logs/_enable
33
# type: request

specification/streams/status/StreamsStatusResponse.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,5 @@ export class Response {
2424
}
2525

2626
export class LogsStatus {
27-
enabled: boolean
27+
enabled: boolean
2828
}
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
summary: "Get the current status of streams"
1+
summary: 'Get the current status of streams'
22
method_request: GET _streams/status
33
# type: request

0 commit comments

Comments
 (0)