mirror of
https://github.com/microsoft/TypeScript.git
synced 2025-12-12 03:20:56 -06:00
Remove extra semicolon (the irony)
This commit is contained in:
parent
69236c9be8
commit
9da964f019
@ -3,7 +3,7 @@
|
||||
|
||||
|
||||
export class Rule extends Lint.Rules.AbstractRule {
|
||||
public static FAILURE_STRING = "Place spaces around the '|' and '&' type operators";;
|
||||
public static FAILURE_STRING = "Place spaces around the '|' and '&' type operators";
|
||||
|
||||
public apply(sourceFile: ts.SourceFile): Lint.RuleFailure[] {
|
||||
return this.applyWithWalker(new TypeOperatorSpacingWalker(sourceFile, this.getOptions()));
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user