From d2efab2c12b458cd4ad854513a88f413fddca5d8 Mon Sep 17 00:00:00 2001 From: Shane Exterkamp Date: Tue, 23 Oct 2018 18:19:10 -0700 Subject: [PATCH] Made proto fields consistently tabbed. --- proto/lighthouse-result.proto | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/proto/lighthouse-result.proto b/proto/lighthouse-result.proto index f9cd9b145dff..58c595087af3 100644 --- a/proto/lighthouse-result.proto +++ b/proto/lighthouse-result.proto @@ -223,10 +223,10 @@ message LighthouseResult { message Timing { // The total duration of Lighthouse's run google.protobuf.DoubleValue total = 1; - } + } - // The performance timing data for the Lighthouse run - Timing timing = 14; + // The performance timing data for the Lighthouse run + Timing timing = 14; } // Message containing a category