Skip to content

Commit

Permalink
Fix prettier lint error (#4840)
Browse files Browse the repository at this point in the history
  • Loading branch information
pedrottimark authored and cpojer committed Nov 6, 2017
1 parent 272ff84 commit 071f382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/TestResult.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ export type Milliseconds = number;
type Callsite = {|
column: number,
line: number,
|}
|};

export type AssertionResult = {|
ancestorTitles: Array<string>,
Expand Down

0 comments on commit 071f382

Please sign in to comment.