fixed another set of warnings (#5219)

Co-authored-by: Clint Rutkas <crutkas@microsoft.com>
This commit is contained in:
Clint Rutkas
2020-07-24 15:46:29 -07:00
committed by GitHub
parent cc990a1181
commit 9646ec5edd
4 changed files with 16 additions and 15 deletions

View File

@@ -1,8 +1,8 @@
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
using System.Threading.Tasks;
// Copyright (c) Microsoft Corporation
// The Microsoft Corporation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.
using System;
using Windows.UI;
using Windows.UI.Xaml;
using Windows.UI.Xaml.Data;
@@ -30,4 +30,4 @@ namespace Microsoft.PowerToys.Settings.UI.Converters
return value;
}
}
}
}