From f1749331d3dcfde331e5ff7ea30dd18e692d1514 Mon Sep 17 00:00:00 2001 From: Zacqary Xeper Date: Mon, 18 Oct 2021 10:36:53 -0500 Subject: [PATCH] Lint fix --- x-pack/plugins/infra/server/deprecations.ts | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/x-pack/plugins/infra/server/deprecations.ts b/x-pack/plugins/infra/server/deprecations.ts index 9b4226d4bcf57..27c2b235f769b 100644 --- a/x-pack/plugins/infra/server/deprecations.ts +++ b/x-pack/plugins/infra/server/deprecations.ts @@ -113,9 +113,8 @@ const FIELD_DEPRECATION_FACTORIES: Record Dep correctiveActions: { manualSteps: [ i18n.translate('xpack.infra.deprecations.podAdjustIndexing', { - defaultMessage: - 'Adjust your indexing to identify Kubernetes pods using "{field}"', - values: { field: 'kubernetes.pod.uid' }, + defaultMessage: 'Adjust your indexing to identify Kubernetes pods using "{field}"', + values: { field: 'kubernetes.pod.uid' }, }), ], }, @@ -135,8 +134,7 @@ const FIELD_DEPRECATION_FACTORIES: Record Dep correctiveActions: { manualSteps: [ i18n.translate('xpack.infra.deprecations.containerAdjustIndexing', { - defaultMessage: - 'Adjust your indexing to identify Docker containers using "{field}"', + defaultMessage: 'Adjust your indexing to identify Docker containers using "{field}"', values: { field: 'container.id' }, }), ],