[chore] cleanup 'using' statements (#10144)

fix typo in comment
This commit is contained in:
Enrico Giordani
2021-03-10 13:16:46 +01:00
committed by GitHub
parent b9397157ab
commit 9a2c195f5f
7 changed files with 1 additions and 9 deletions

View File

@@ -5,7 +5,6 @@
using System;
using System.Collections.Generic;
using System.ComponentModel.Composition;
using System.Diagnostics;
using System.Windows.Input;
using ColorPicker.Helpers;
using ColorPicker.Settings;

View File

@@ -3,12 +3,10 @@ using System.Collections.Generic;
using System.ComponentModel;
using System.Diagnostics;
using System.Linq;
using System.Windows.Controls;
using Community.PowerToys.Run.Plugin.VSCodeWorkspaces.Properties;
using Community.PowerToys.Run.Plugin.VSCodeWorkspaces.RemoteMachinesHelper;
using Community.PowerToys.Run.Plugin.VSCodeWorkspaces.VSCodeHelper;
using Community.PowerToys.Run.Plugin.VSCodeWorkspaces.WorkspacesHelper;
using Microsoft.PowerToys.Settings.UI.Library;
using Wox.Plugin;
namespace Community.PowerToys.Run.Plugin.VSCodeWorkspaces

View File

@@ -9,7 +9,6 @@ using System.Linq;
using System.Windows.Controls;
using ManagedCommon;
using Microsoft.Plugin.Folder.Sources;
using Microsoft.PowerToys.Settings.UI.Library;
using Wox.Infrastructure.Storage;
using Wox.Plugin;

View File

@@ -13,7 +13,6 @@ using System.Linq;
using System.Reflection;
using System.Windows.Input;
using ManagedCommon;
using Microsoft.PowerToys.Settings.UI.Library;
using Wox.Infrastructure.Storage;
using Wox.Plugin;
using Wox.Plugin.Logger;