Skip to content

Commit a373e30

Browse files
committed
Change long extensions namespace
1 parent 384fb74 commit a373e30

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-4
lines changed

source/Common/FlowHttp/Events/DownloadProgressArgs.cs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
1-
using PluginsCommon.Extensions;
2-
using System;
1+
using System;
32
using System.Collections.Generic;
43
using System.Linq;
54
using System.Text;

source/Common/PluginsCommon/Extensions/LongExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
using System.Text;
55
using System.Threading.Tasks;
66

7-
namespace PluginsCommon.Extensions
7+
namespace System
88
{
99
public static class LongExtensions
1010
{

source/Library/JastUsaLibrary/JastUsaLibrary.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
using JastUsaLibrary.ProgramsHelper;
2828
using PlayniteUtilitiesCommon;
2929
using System.Threading;
30-
using PluginsCommon.Extensions;
3130

3231
namespace JastUsaLibrary
3332
{

0 commit comments

Comments
 (0)