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 Aug 24, 2023
1 parent c12166e commit 4499e09
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,4 @@ export function isValidRouteVersion(isPublicApi: boolean, version: string): unde
return INTERNAL_VERSION_REGEX.test(version) && version !== '0'
? undefined
: `Invalid version number. Received "${version}", expected a string containing _only_ a finite, whole number greater than 0.`;
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -1259,4 +1259,4 @@ export default function ({
removeChangeListener: () => editor.off('changeSelection', editorChangeListener),
},
};
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -98,4 +98,4 @@ export const StorybookContextDecorator: React.FC<StorybookContextDecoratorProps>
</EuiThemeProvider>
</I18nProvider>
);
};
};

0 comments on commit 4499e09

Please sign in to comment.