From d1746a48a99721a0620015fbc548ca80baddd5f6 Mon Sep 17 00:00:00 2001 From: taldekar Date: Tue, 28 Jan 2025 14:41:34 -0500 Subject: [PATCH] Fix code formatting bug --- .../aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java b/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java index 289b7f0e..b668f185 100644 --- a/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java +++ b/plugin/src/software/aws/toolkits/eclipse/amazonq/views/router/ViewRouter.java @@ -27,7 +27,7 @@ public void onEvent(final LspState newLspState) { }; private ViewId activeViewId; - + // this state needs to be maintained to ensure correct resolution in refreshActiveView private LspState lspState; private AuthState authState;