Skip to content

Commit a78449d

Browse files
committed
Code Cleanup
1 parent 6e58b28 commit a78449d

5 files changed

Lines changed: 5 additions & 13 deletions

File tree

Core/Models/Account.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
using Upsilon.Apps.Passkey.Interfaces.Enums;
2-
using Upsilon.Apps.Passkey.Interfaces;
1+
using System.ComponentModel;
32
using Upsilon.Apps.Passkey.Core.Utils;
4-
using System.ComponentModel;
3+
using Upsilon.Apps.Passkey.Interfaces;
4+
using Upsilon.Apps.Passkey.Interfaces.Enums;
55

66
namespace Upsilon.Apps.Passkey.Core.Models
77
{

Core/Models/AutoSave.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
using Upsilon.Apps.Passkey.Core.Utils;
2-
using Upsilon.Apps.Passkey.Interfaces;
32

43
namespace Upsilon.Apps.Passkey.Core.Models
54
{

Core/Utils/FileLocker.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
using System.IO.Compression;
22
using System.Text;
3-
using Upsilon.Apps.Passkey.Core.Utils;
43
using Upsilon.Apps.Passkey.Interfaces;
54
using Upsilon.Apps.Passkey.Interfaces.Utils;
65

Interfaces/Events/WarningDetectedEventArgs.cs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
1-
using Upsilon.Apps.Passkey.Interfaces;
2-
3-
namespace Upsilon.Apps.Passkey.Interfaces.Events
1+
namespace Upsilon.Apps.Passkey.Interfaces.Events
42
{
53
/// <summary>
64
/// Represent a warning detected event argument.

Interfaces/IClipboardManager.cs

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,4 @@
1-
using System;
2-
using System.Collections.Generic;
3-
using System.Text;
4-
5-
namespace Upsilon.Apps.Passkey.Interfaces
1+
namespace Upsilon.Apps.Passkey.Interfaces
62
{
73
/// <summary>
84
/// Represent a OS specific Clipboard manager.

0 commit comments

Comments
 (0)