Skip to content

Commit a8f4fd0

Browse files
committed
lint
1 parent 9652b25 commit a8f4fd0

File tree

1 file changed

+8
-8
lines changed
  • plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq

1 file changed

+8
-8
lines changed

plugins/amazonq/chat/jetbrains-community/src/software/aws/toolkits/jetbrains/services/amazonq/QLoginWebview.kt

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,16 @@ class QWebviewBrowser(val project: Project, private val parentDisposable: Dispos
183183
ToolkitConnectionManager.getInstance(project)
184184
.activeConnectionForFeature(QConnection.getInstance()) as? AwsBearerTokenConnection
185185
)?.let { connection ->
186-
runInEdt {
187-
SsoLogoutAction(connection).actionPerformed(
188-
AnActionEvent.createFromDataContext(
189-
"qBrowser",
190-
null,
191-
DataContext.EMPTY_CONTEXT
192-
)
186+
runInEdt {
187+
SsoLogoutAction(connection).actionPerformed(
188+
AnActionEvent.createFromDataContext(
189+
"qBrowser",
190+
null,
191+
DataContext.EMPTY_CONTEXT
193192
)
194-
}
193+
)
195194
}
195+
}
196196
}
197197

198198
is BrowserMessage.Reauth -> {

0 commit comments

Comments
 (0)