From 77be9f32390940c7218fd43d11f7119c6abf1878 Mon Sep 17 00:00:00 2001 From: Nathan Reese Date: Tue, 30 Jul 2024 09:50:03 -0600 Subject: [PATCH] eslint --- .../apps/embeddables/ui_actions/compatibility_check.ts | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/x-pack/plugins/observability_solution/synthetics/public/apps/embeddables/ui_actions/compatibility_check.ts b/x-pack/plugins/observability_solution/synthetics/public/apps/embeddables/ui_actions/compatibility_check.ts index 04c92aec327db..ff282745c8fc2 100644 --- a/x-pack/plugins/observability_solution/synthetics/public/apps/embeddables/ui_actions/compatibility_check.ts +++ b/x-pack/plugins/observability_solution/synthetics/public/apps/embeddables/ui_actions/compatibility_check.ts @@ -1,9 +1,8 @@ /* * Copyright Elasticsearch B.V. and/or licensed to Elasticsearch B.V. under one * or more contributor license agreements. Licensed under the Elastic License - * 2.0 and the Server Side Public License, v 1; you may not use this file except - * in compliance with, at your election, the Elastic License 2.0 or the Server - * Side Public License, v 1. + * 2.0; you may not use this file except in compliance with the Elastic License + * 2.0. */ import { apiIsPresentationContainer, PresentationContainer } from '@kbn/presentation-containers'; @@ -13,4 +12,4 @@ export const compatibilityCheck = ( api: EmbeddableApiContext['embeddable'] ): api is PresentationContainer => { return apiIsPresentationContainer(api); -}; \ No newline at end of file +};