mirror of
https://github.com/elastic/kibana.git
synced 2025-04-25 02:09:32 -04:00
apply prettier styles
This commit is contained in:
parent
64ad4f3f92
commit
bf04235dae
7130 changed files with 31393 additions and 37163 deletions
|
@ -18,7 +18,7 @@ export class Plugin {
|
|||
setup(coreSetup, plugins) {
|
||||
const framework = new KibanaFramework(coreSetup);
|
||||
|
||||
plugins.licensing.license$.subscribe(license => {
|
||||
plugins.licensing.license$.subscribe((license) => {
|
||||
framework.setLicense(license);
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue