Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew Omondi committed Jul 16, 2024
1 parent 0ae7f29 commit 112123f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion src/bundle/KiotaRequestAdapter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public KiotaRequestAdapter(IAuthenticationProvider authenticationProvider, IPars
SetupDefaults();
}

private static void SetupDefaults()
private static void SetupDefaults()
{
// Setup the default serializers/deserializers
ApiClientBuilder.RegisterDefaultSerializer<JsonSerializationWriterFactory>();
Expand Down
6 changes: 3 additions & 3 deletions tests/bundle/BundleTests.cs
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
using Xunit;
using Moq;
using System;
using System;
using Microsoft.Kiota.Abstractions.Authentication;
using Microsoft.Kiota.Abstractions.Serialization;
using Moq;
using Xunit;

namespace Microsoft.Kiota.Bundle.Tests
{
Expand Down

0 comments on commit 112123f

Please sign in to comment.