Skip to content

Commit

Permalink
Clean up namespace for functional helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
bash committed Aug 25, 2021
1 parent 0f70dc6 commit e70ecb9
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Threading;
using System.Threading.Tasks;

namespace System.Linq.Async.System.Linq
namespace System.Linq
{
internal static class FunctionalHelpers
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using static System.Linq.Async.System.Linq.FunctionalHelpers;
using static System.Linq.FunctionalHelpers;

namespace System.Linq
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using static System.Linq.Async.System.Linq.FunctionalHelpers;
using static System.Linq.FunctionalHelpers;

namespace System.Linq
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
using System.Collections.Immutable;
using System.Threading;
using System.Threading.Tasks;
using static System.Linq.Async.System.Linq.FunctionalHelpers;
using static System.Linq.FunctionalHelpers;

namespace System.Linq
{
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
using System.Collections.Generic;
using System.Threading;
using System.Threading.Tasks;
using static System.Linq.Async.System.Linq.FunctionalHelpers;
using static System.Linq.FunctionalHelpers;

namespace System.Linq
{
Expand Down

0 comments on commit e70ecb9

Please sign in to comment.