Address code review feedback: clarify comments and formatting

Co-authored-by: tig <585482+tig@users.noreply.github.com>
This commit is contained in:
copilot-swe-agent[bot]
2025-10-27 05:11:39 +00:00
parent 3eea2a8df8
commit e8f279a7ee

View File

@@ -441,7 +441,7 @@ public class FakeDriverTests (ITestOutputHelper output)
bool eventFired = false; bool eventFired = false;
Size? newSize = null; Size? newSize = null;
// Subscribe to SizeChanged which forwards to ScreenChanged in ConsoleDriver // Subscribe to deprecated SizeChanged event (which forwards to the new ScreenChanged event)
Application.Driver!.SizeChanged += (sender, args) => Application.Driver!.SizeChanged += (sender, args) =>
{ {
eventFired = true; eventFired = true;