mirror of
https://github.com/elastic/kibana.git
synced 2025-06-28 11:05:39 -04:00
apply prettier styles
This commit is contained in:
parent
64ad4f3f92
commit
bf04235dae
7130 changed files with 31393 additions and 37163 deletions
|
@ -31,7 +31,7 @@ exports.normalizeWhitespace = function normalizeWhitespace(string) {
|
|||
return string.replace(/\s+/g, ' ');
|
||||
};
|
||||
|
||||
exports.init = function(context, program, initStep) {
|
||||
exports.init = function (context, program, initStep) {
|
||||
try {
|
||||
return initStep();
|
||||
} catch (error) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue