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

Commit d0a07bf

Browse files
committed
Merge remote-tracking branch 'origin/master' into perf-work
Conflicts: src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.cs
2 parents dcb0f28 + f3864e9 commit d0a07bf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/Microsoft.DotNet.CodeFormatting/FormattingEngineImplementation.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,6 @@ private async Task SaveChanges(Solution solution, Solution originalSolution, Can
108108
}
109109
}
110110
}
111-
112111
}
113112

114113
private async Task<bool> ShouldBeProcessedAsync(Document document)
@@ -268,4 +267,4 @@ private async Task<Solution> RunGlobalSemanticPass(Solution solution, IReadOnlyL
268267
return solution;
269268
}
270269
}
271-
}
270+
}

0 commit comments

Comments
 (0)