mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-15 14:05:47 -05:00
Remove extra semicolon (the irony)
This commit is contained in:
@@ -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()));
|
||||
|
||||
Reference in New Issue
Block a user