Skip to content

Commit

Permalink
- fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Aug 21, 2023
1 parent 20a7a40 commit f4ecaec
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Kiota.Builder/Manifest/ManifestManagementService.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Text;
using System.Text.Json;
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/Rpc/ManifestResult.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.Collections.Generic;
using System.Collections.Generic;

namespace kiota.Rpc;
public record ManifestResult(List<LogEntry> logs, string? apiDescriptionPath, string[]? selectedPaths);
2 changes: 1 addition & 1 deletion src/kiota/Rpc/NoopLogger.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


using System;
using Microsoft.Extensions.Logging;

Expand Down

0 comments on commit f4ecaec

Please sign in to comment.