Skip to content

Commit b408d77

Browse files
kibanamachinekubasobon
authored andcommitted
Changes from node scripts/check
1 parent f8d0d6e commit b408d77

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

x-pack/platform/plugins/shared/entity_store/server/domain/logs_extraction/logs_extraction_client.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -142,7 +142,9 @@ export class LogsExtractionClient {
142142
};
143143

144144
private cursorPatch(state: EngineLogExtractionState): Partial<EngineDescriptor> {
145-
return { [LogsExtractionClient.CURSOR_FIELD[this.extractionMode]]: state } as Partial<EngineDescriptor>;
145+
return {
146+
[LogsExtractionClient.CURSOR_FIELD[this.extractionMode]]: state,
147+
} as Partial<EngineDescriptor>;
146148
}
147149

148150
private async getLogExtractionConfigAndState(

0 commit comments

Comments
 (0)