Skip to content

Commit 2ec97a2

Browse files
author
Yui T
committed
Address PR feed back
1 parent ec95f99 commit 2ec97a2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Jakefile.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -925,7 +925,7 @@ var lintTargets = compilerSources
925925
.concat(harnessCoreSources)
926926
.concat(serverCoreSources)
927927
.concat(scriptSources)
928-
.concat([path.join(servicesDirectory,"services.ts")]);
928+
.concat([path.join(servicesDirectory, "services.ts")]);
929929

930930
desc("Runs tslint on the compiler sources");
931931
task("lint", ["build-rules"], function() {

0 commit comments

Comments
 (0)