Skip to content

Commit e10afd4

Browse files
committed
indent fix 2
1 parent e30066e commit e10afd4

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

plugin/src/software/aws/toolkits/eclipse/amazonq/views/AmazonQView.java

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,11 @@ private void setupActions(final Browser browser, final boolean isLoggedIn) {
104104
amazonQCommonActions = new AmazonQCommonActions(browser, isLoggedIn, getViewSite());
105105
}
106106

107-
private void setupAuthStatusListeners() {
108-
authStatusChangedListener = this::handleAuthStatusChange;
109-
AuthUtils.addAuthStatusChangeListener(amazonQCommonActions.getSignoutAction());
110-
AuthUtils.addAuthStatusChangeListener(amazonQCommonActions.getFeedbackDialogContributionAction());
111-
}
107+
private void setupAuthStatusListeners() {
108+
authStatusChangedListener = this::handleAuthStatusChange;
109+
AuthUtils.addAuthStatusChangeListener(amazonQCommonActions.getSignoutAction());
110+
AuthUtils.addAuthStatusChangeListener(amazonQCommonActions.getFeedbackDialogContributionAction());
111+
}
112112

113113
/**
114114
* Sets up virtual host mapping for the given path using jetty server
@@ -158,16 +158,16 @@ public final void setFocus() {
158158
browser.setFocus();
159159
}
160160

161-
/**
162-
* Disposes of the resources associated with this view.
163-
*
164-
* This method is called when the view is closed. It removes the authentication
165-
* status change listener and the selection listener from the page.
166-
*/
167-
@Override
168-
public void dispose() {
169-
AuthUtils.removeAuthStatusChangeListener(authStatusChangedListener);
170-
super.dispose();
171-
}
161+
/**
162+
* Disposes of the resources associated with this view.
163+
*
164+
* This method is called when the view is closed. It removes the authentication
165+
* status change listener and the selection listener from the page.
166+
*/
167+
@Override
168+
public void dispose() {
169+
AuthUtils.removeAuthStatusChangeListener(authStatusChangedListener);
170+
super.dispose();
171+
}
172172

173173
}

0 commit comments

Comments
 (0)