Skip to content

Commit

Permalink
Merge pull request #202 from sunnibfgi/patch-1
Browse files Browse the repository at this point in the history
use a semi symbol (following ASI rules)
  • Loading branch information
denar90 authored Jan 22, 2019
2 parents 9823f88 + d6f5893 commit 92d3993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ export interface PWMetricsResults {
}

export interface Timing {
title: string,
title: string;
id: string;
timing: number;
color: string;
Expand Down

0 comments on commit 92d3993

Please sign in to comment.