Skip to content

Commit 03f9961

Browse files
committed
formatting
1 parent 41889cb commit 03f9961

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/Core/Portable/Workspace/Solution/SolutionCompilationState.RegularCompilationTracker_Generators.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -443,7 +443,7 @@ bool ShouldGeneratorRun(GeneratorFilterContext context)
443443
// We want to only run required generators, but it's also possible that there are generators that
444444
// have never been run (for instance, an AddGenerator operation might have occurred between runs).
445445
// Our model is that it's acceptable for documents to be slightly out of date, but it is
446-
// fundamentally incorrect to have *no* documents for a generator that could be producing them.
446+
// fundamentally incorrect to have *no* documents for a generator that could be producing them.
447447

448448
// If there was no prior run result, then we can't have any documents for this generator, so we
449449
// need to re-run it.

0 commit comments

Comments
 (0)