Skip to content

Commit

Permalink
Fix eslint
Browse files Browse the repository at this point in the history
  • Loading branch information
sorenlouv committed Jan 15, 2021
1 parent 186d920 commit 6d4c72c
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,8 @@ export function registerApmAlerts(
description: i18n.translate(
'xpack.apm.alertTypes.transactionDuration.description',
{
defaultMessage: 'Alert when the latency of a specific transaction type in a service exceeds a defined threshold.',
defaultMessage:
'Alert when the latency of a specific transaction type in a service exceeds a defined threshold.',
}
),
iconClass: 'bell',
Expand Down

0 comments on commit 6d4c72c

Please sign in to comment.