minor indent fix (#15520) (#15585)

This commit is contained in:
Matt Bargar 2017-12-13 11:32:45 -05:00 committed by GitHub
parent 35f1dd155f
commit 1073087fda
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -135,7 +135,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