Skip to content

Commit

Permalink
Fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
arenekosreal committed Nov 24, 2024
1 parent 6063b5b commit b923080
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions E5Renewer.Models.GraphAPIs/SimpleUserClientProvider.cs
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
using E5Renewer.Models.Secrets;

using Microsoft.Graph;
using Microsoft.Extensions.Logging;
using System.Security.Cryptography.X509Certificates;

using Azure.Core;
using Azure.Identity;

using E5Renewer.Models.Secrets;

using Microsoft.Extensions.Logging;
using Microsoft.Graph;

namespace E5Renewer.Models.GraphAPIs;

/// <summary><see cref="IUserClientProvider"/> implementation for providing user client in memory.</summary>
Expand Down

0 comments on commit b923080

Please sign in to comment.