mirror of
https://github.com/elastic/kibana.git
synced 2025-04-24 17:59:23 -04:00
apply prettier styles
This commit is contained in:
parent
64ad4f3f92
commit
bf04235dae
7130 changed files with 31393 additions and 37163 deletions
|
@ -133,7 +133,7 @@ export class Feature {
|
|||
|
||||
constructor(protected readonly config: RecursiveReadonly<FeatureConfig>) {
|
||||
this.subFeatures = (config.subFeatures ?? []).map(
|
||||
subFeatureConfig => new SubFeature(subFeatureConfig)
|
||||
(subFeatureConfig) => new SubFeature(subFeatureConfig)
|
||||
);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue