Skip to content

Commit

Permalink
- fixes formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
baywet committed Feb 9, 2024
1 parent 1929f3a commit 8b227f2
Show file tree
Hide file tree
Showing 6 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
namespace Kiota.Builder.WorkspaceManagement;
namespace Kiota.Builder.WorkspaceManagement;

public class WorkspaceConfiguration
{
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@


using System.Text.Json.Serialization;

namespace Kiota.Builder.WorkspaceManagement;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Text.Json;
using System.Threading;
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/Handlers/Config/InitHandler.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.CommandLine.Invocation;
using System.Threading;
using System.Threading.Tasks;
Expand Down
2 changes: 1 addition & 1 deletion src/kiota/KiotaConfigCommands.cs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System.CommandLine;
using System.CommandLine;
using kiota.Handlers.Config;

namespace kiota;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
using System;
using System;
using System.IO;
using System.Threading.Tasks;
using Kiota.Builder.WorkspaceManagement;
Expand Down

0 comments on commit 8b227f2

Please sign in to comment.