Skip to content

Commit afee423

Browse files
committed
Feedback on formatting
1 parent 5b5f88e commit afee423

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/compiler/builder.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -251,9 +251,7 @@ namespace ts {
251251
state.seenAffectedFiles = createMap<true>();
252252
}
253253

254-
state.emittedBuildInfo = !state.changedFilesSet.size &&
255-
!state.affectedFilesPendingEmit;
256-
254+
state.emittedBuildInfo = !state.changedFilesSet.size && !state.affectedFilesPendingEmit;
257255
return state;
258256
}
259257

0 commit comments

Comments
 (0)