From f531dd4de088e2a662ce3080c3d1af77ffcb6fb4 Mon Sep 17 00:00:00 2001 From: Mike Griese Date: Tue, 3 Feb 2026 06:23:15 -0600 Subject: [PATCH] format --- .../PerformanceWidgetsPage.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/PerformanceWidgetsPage.cs b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/PerformanceWidgetsPage.cs index 1e857ecc24..4793c44889 100644 --- a/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/PerformanceWidgetsPage.cs +++ b/src/modules/cmdpal/ext/Microsoft.CmdPal.Ext.PerformanceMonitor/PerformanceWidgetsPage.cs @@ -21,7 +21,7 @@ namespace Microsoft.CmdPal.Ext.PerformanceMonitor; #pragma warning disable SA1402 // File may only contain a single type /// -/// Page for displaying performance monitor widgets. Can be used as both a list +/// Page for displaying performance monitor widgets. Can be used as both a list /// in the main window, or as a band in the dock. /// By using OnLoadStaticListPage, we can get onload/onunload events to start/stop /// the data gathering.