Skip to content

Commit 603d832

Browse files
committed
Cyrus did me wrong
1 parent aa80af4 commit 603d832

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Workspaces/Core/Portable/Workspace/ProjectSystem/ProjectSystemProject.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -286,7 +286,7 @@ private void ChangeProjectProperty<T>(
286286

287287
if (!isFullyLoaded)
288288
{
289-
if (ShouldReportCompilationWillBeThrownAway(newValue, oldValue)
289+
if (ShouldReportCompilationWillBeThrownAway(newValue, oldValue))
290290
TryReportCompilationThrownAway(_projectSystemProjectFactory.Workspace.CurrentSolution, Id);
291291
}
292292
}

0 commit comments

Comments
 (0)