minor indent fix (#15520) (#15582)

This commit is contained in:
Matt Bargar 2017-12-13 11:33:00 -05:00 committed by GitHub
parent 65c7baf274
commit 1c0624d3bc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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