Skip to content
This repository was archived by the owner on Apr 14, 2022. It is now read-only.

Commit 3c3a68a

Browse files
author
Mikhail Arkhipov
committed
Revert "Brackets"
This reverts commit 7bff3f7.
1 parent 7bff3f7 commit 3c3a68a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Analysis/Engine/Impl/AnalysisUnit.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ internal void Enqueue() {
121121
}
122122

123123
private bool NeedsAnalysis()
124-
=> _analysisCount == 0 || (_scope != null && _scope.AllVariables.Select(k => k.Value).Any(v => !v.HasTypes));
124+
=> _analysisCount == 0 || _scope != null && _scope.AllVariables.Select(k => k.Value).Any(v => !v.HasTypes);
125125

126126

127127
/// <summary>

0 commit comments

Comments
 (0)