Skip to content

Commit 7e81d72

Browse files
committed
lint
1 parent eb894f9 commit 7e81d72

File tree

1 file changed

+3
-3
lines changed
  • plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/popup

1 file changed

+3
-3
lines changed

plugins/amazonq/codewhisperer/jetbrains-community/src/software/aws/toolkits/jetbrains/services/codewhisperer/popup/QInlineCompletionProvider.kt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -608,9 +608,9 @@ class QInlineCompletionProvider(private val cs: CoroutineScope) : InlineCompleti
608608
.activeConnectionForFeature(QConnection.getInstance()) as? AwsBearerTokenConnection
609609
connection?.let { it.getConnectionSettings().tokenProvider.delegate as? BearerTokenProvider }
610610
?.invalidate()
611-
} catch (e: Exception) {
612-
LOG.warn(e) { "Failed to invalidate existing token in response to E_AMAZON_Q_CONNECTION_EXPIRED" }
613-
}
611+
} catch (e: Exception) {
612+
LOG.warn(e) { "Failed to invalidate existing token in response to E_AMAZON_Q_CONNECTION_EXPIRED" }
613+
}
614614
CodeWhispererUtil.reconnectCodeWhisperer(project)
615615
}
616616
}

0 commit comments

Comments
 (0)