Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
juliaElastic committed Oct 26, 2021
1 parent 5914a61 commit 74b6c1f
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions x-pack/plugins/fleet/server/services/package_policy.ts
Original file line number Diff line number Diff line change
Expand Up @@ -436,11 +436,7 @@ class PackagePolicyService {
});

if (packagePolicy.package.version !== currentVersion) {
appContextService
.getLogger()
.info(
`Package policy upgraded successfully`
);
appContextService.getLogger().info(`Package policy upgraded successfully`);
sendTelemetryEvents(
appContextService.getLogger(),
appContextService.getTelemetryEventsSender(),
Expand Down

0 comments on commit 74b6c1f

Please sign in to comment.