Skip to content

Commit 1ae337b

Browse files
committed
lint
1 parent df1bcef commit 1ae337b

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,8 @@ export function ExploratoryView() {
8989
} else {
9090
notifications?.toasts.add(
9191
i18n.translate('xpack.observability.exploratoryView.noBrusing', {
92-
defaultMessage: 'Zoom by brush selection is only available on time series charts.',
92+
defaultMessage:
93+
'Zoom by brush selection is only available on time series charts.',
9394
})
9495
);
9596
}

0 commit comments

Comments
 (0)