Skip to content

Commit

Permalink
Change long extensions namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
darklinkpower committed May 17, 2024
1 parent 384fb74 commit a373e30
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions source/Common/FlowHttp/Events/DownloadProgressArgs.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
using PluginsCommon.Extensions;
using System;
using System;
using System.Collections.Generic;
using System.Linq;
using System.Text;
Expand Down
2 changes: 1 addition & 1 deletion source/Common/PluginsCommon/Extensions/LongExtensions.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
using System.Text;
using System.Threading.Tasks;

namespace PluginsCommon.Extensions
namespace System
{
public static class LongExtensions
{
Expand Down
1 change: 0 additions & 1 deletion source/Library/JastUsaLibrary/JastUsaLibrary.cs
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
using JastUsaLibrary.ProgramsHelper;
using PlayniteUtilitiesCommon;
using System.Threading;
using PluginsCommon.Extensions;

namespace JastUsaLibrary
{
Expand Down

0 comments on commit a373e30

Please sign in to comment.