Skip to content

Commit

Permalink
fix(): add return
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Luke committed Dec 1, 2016
1 parent db99482 commit 3fdc4a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/headercolor.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,6 @@ export class HeaderColor {
successName: 'success',
errorName: 'failure'
})
static tint(color: string): Promise<any> { }
static tint(color: string): Promise<any> { return; }

}

0 comments on commit 3fdc4a8

Please sign in to comment.