Skip to content

Commit

Permalink
Changed the namespace of ISettingsStorageHelper interface inline with…
Browse files Browse the repository at this point in the history
… other helpers.

Issue link : CommunityToolkit#403
  • Loading branch information
Marimuthu committed Sep 15, 2022
1 parent b3b60f4 commit 3710fed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
// See the LICENSE file in the project root for more information.

using System.Collections.Generic;
using CommunityToolkit.Helpers;
using CommunityToolkit.Common.Helpers;

namespace CommunityToolkit.Common.Extensions;

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
// The .NET Foundation licenses this file to you under the MIT license.
// See the LICENSE file in the project root for more information.

namespace CommunityToolkit.Helpers;
namespace CommunityToolkit.Common.Helpers;

/// <summary>
/// Service interface used to store data using key value pairs.
Expand Down

0 comments on commit 3710fed

Please sign in to comment.