From 3239bd236840aa262b21806d2788678512cdbfef Mon Sep 17 00:00:00 2001 From: Jordan Ang Date: Tue, 17 Sep 2024 15:01:25 -0700 Subject: [PATCH] Remove trailing space --- .../aws/toolkits/eclipse/amazonq/views/AmazonQView.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugin/src/software/aws/toolkits/eclipse/amazonq/views/AmazonQView.java b/plugin/src/software/aws/toolkits/eclipse/amazonq/views/AmazonQView.java index 2aaf6bb8..58021671 100644 --- a/plugin/src/software/aws/toolkits/eclipse/amazonq/views/AmazonQView.java +++ b/plugin/src/software/aws/toolkits/eclipse/amazonq/views/AmazonQView.java @@ -110,7 +110,7 @@ public final void setFocus() { /** * Disposes of the resources associated with this view. - * + * * This method is called when the view is closed. It removes the authentication * status change listener and the selection listener from the page. */