Skip to content

Commit 30f5b41

Browse files
ethanyhouCopilot
andcommitted
fix: reorder import statements for consistency
Co-authored-by: Copilot <copilot@github.com>
1 parent eb60cc2 commit 30f5b41

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

com.microsoft.copilot.eclipse.ui/src/com/microsoft/copilot/eclipse/ui/chat/services/ChatCompletionService.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@
2929
import com.microsoft.copilot.eclipse.core.Constants;
3030
import com.microsoft.copilot.eclipse.core.CopilotAuthStatusListener;
3131
import com.microsoft.copilot.eclipse.core.CopilotCore;
32-
import com.microsoft.copilot.eclipse.core.events.CopilotEventConstants;
3332
import com.microsoft.copilot.eclipse.core.FeatureFlags;
33+
import com.microsoft.copilot.eclipse.core.events.CopilotEventConstants;
3434
import com.microsoft.copilot.eclipse.core.lsp.CopilotLanguageServerConnection;
3535
import com.microsoft.copilot.eclipse.core.lsp.protocol.ChatMode;
3636
import com.microsoft.copilot.eclipse.core.lsp.protocol.ConversationAgent;

0 commit comments

Comments
 (0)