Remove trailing comma

This commit is contained in:
Markus Olsson 2016-12-01 15:55:16 +01:00
parent 11d61e6f99
commit 8b8d851a7e

View file

@ -11,7 +11,7 @@ import * as ts from 'typescript'
import * as Lint from 'tslint/lib/lint'
interface IExpectedParameter {
readonly name: string,
readonly name: string
readonly type: string
}