Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mprobst committed Oct 17, 2019
1 parent d689ee0 commit 03e1604
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/testRunner/unittests/transform.ts
Expand Up @@ -462,7 +462,7 @@ module MyModule {
newLine: NewLineKind.CarriageReturnLineFeed,
}
}).outputText;

function renameVariable(context: TransformationContext) {
return (sourceFile: SourceFile): SourceFile => {
return visitNode(sourceFile, rootTransform, isSourceFile);
Expand Down

0 comments on commit 03e1604

Please sign in to comment.