Skip to content

Commit

Permalink
[CI] Auto-commit changed files from 'node scripts/precommit_hook.js -…
Browse files Browse the repository at this point in the history
…-ref HEAD~1..HEAD --fix'
  • Loading branch information
kibanamachine committed Jul 20, 2023
1 parent bdabc48 commit 9e4d8d4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/plugins/share/public/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -127,7 +127,7 @@ export class SharePlugin implements Plugin<SharePluginSetup, SharePluginStart> {
this.url!,
this.shareMenuRegistry.start(),
this.anonymousAccessServiceProvider,
hideEmbed,
hideEmbed
);

return {
Expand Down
2 changes: 1 addition & 1 deletion src/plugins/share/public/services/share_menu_manager.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export class ShareMenuManager {
urlService: BrowserUrlService,
shareRegistry: ShareMenuRegistryStart,
anonymousAccessServiceProvider?: () => AnonymousAccessServiceContract,
hideEmbed?: boolean,
hideEmbed?: boolean
) {
return {
/**
Expand Down

0 comments on commit 9e4d8d4

Please sign in to comment.