From fb583bc4600866839185dd5edc6a2b82cbeda3b1 Mon Sep 17 00:00:00 2001 From: Yuri Astrakhan Date: Wed, 13 Dec 2017 11:21:26 -0500 Subject: [PATCH] minor indent fix (#15520) --- docs/development/core/development-functional-tests.asciidoc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/development/core/development-functional-tests.asciidoc b/docs/development/core/development-functional-tests.asciidoc index af6d9596972e..2703c102c939 100644 --- a/docs/development/core/development-functional-tests.asciidoc +++ b/docs/development/core/development-functional-tests.asciidoc @@ -131,7 +131,7 @@ export default function ({ getService, getPageObject }) { // most suites start with a before hook that navigates to a specific // app/page and restores some archives into elasticsearch with esArchiver before(async () => { - await Promise.all([ + await Promise.all([ // start with an empty .kibana index esArchiver.load('empty_kibana'), // load some basic log data only if the index doesn't exist