Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
kzu committed Jun 29, 2022
1 parent c33f599 commit 65f344c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/File/Http/AzureRepoAuthHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using Microsoft.AzureRepos;
using GitCredentialManager;
using Microsoft.AzureRepos;

namespace Devlooped
{
Expand Down
2 changes: 1 addition & 1 deletion src/File/Http/GitHubAuthHandler.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@
using System.Text;
using System.Threading;
using System.Threading.Tasks;
using GitHub;
using GitCredentialManager;
using GitHub;

namespace Devlooped
{
Expand Down

0 comments on commit 65f344c

Please sign in to comment.