From 8d5ca69a0c1b494d456dd82b39134232c06f2505 Mon Sep 17 00:00:00 2001 From: Brendan Kenny Date: Thu, 11 Apr 2019 16:52:23 -0700 Subject: [PATCH] misc: fix bad auto-merge (#8201) --- .../dobetterweb/dbw-expectations.js | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js b/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js index 94bc9c00505e..360775167751 100644 --- a/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js +++ b/lighthouse-cli/test/smokehouse/dobetterweb/dbw-expectations.js @@ -143,16 +143,16 @@ module.exports = [ }], }, }, - }, - 'dom-size': { - score: 1, - rawValue: 31, - details: { - items: [ - {statistic: 'Total DOM Elements', value: '31'}, - {statistic: 'Maximum DOM Depth', value: '3'}, - {statistic: 'Maximum Child Elements', value: '29'}, - ], + 'dom-size': { + score: 1, + rawValue: 31, + details: { + items: [ + {statistic: 'Total DOM Elements', value: '31'}, + {statistic: 'Maximum DOM Depth', value: '3'}, + {statistic: 'Maximum Child Elements', value: '29'}, + ], + }, }, }, },