Skip to content

Commit

Permalink
fix using order 2
Browse files Browse the repository at this point in the history
  • Loading branch information
alvesfabi committed Feb 22, 2024
1 parent 844c451 commit a869401
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions webapi/Plugins/Chat/ApiConnectorPlugin.cs
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
using CopilotChat.WebApi.Options;


Check warning on line 1 in webapi/Plugins/Chat/ApiConnectorPlugin.cs

View workflow job for this annotation

GitHub Actions / check-format

A source file is missing a required header.
using System;
using System.Collections.Generic;
using System.ComponentModel;
using System.Net.Http;
using System.Text.Json;
using System.Threading;
using System.Threading.Tasks;
using CopilotChat.WebApi.Options;
using Microsoft.Extensions.Logging;
using Microsoft.SemanticKernel;
using System.Collections.Generic;
using System.Net.Http;

namespace CopilotChat.WebApi.Plugins.APIConnector;

Check warning on line 13 in webapi/Plugins/Chat/ApiConnectorPlugin.cs

View workflow job for this annotation

GitHub Actions / check-format

Namespace "CopilotChat.WebApi.Plugins.APIConnector" does not match folder structure, expected "CopilotChat.WebApi.Plugins.Chat"

Expand Down

0 comments on commit a869401

Please sign in to comment.