mirror of
https://github.com/microsoft/PowerToys.git
synced 2026-04-08 04:07:40 +02:00
ReSharper: remove redundant code
This commit is contained in:
@@ -11,7 +11,7 @@ namespace Wox.Plugin.Sys
|
||||
|
||||
foreach (var Result in Results)
|
||||
{
|
||||
this.lbxCommands.Items.Add(Result);
|
||||
lbxCommands.Items.Add(Result);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user