Skip to content

Commit

Permalink
misc(proto): align proto whitespace (#6374)
Browse files Browse the repository at this point in the history
  • Loading branch information
exterkamp authored and paulirish committed Oct 24, 2018
1 parent 80c48a5 commit 70ec41c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions proto/lighthouse-result.proto
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 70ec41c

Please sign in to comment.