Skip to content

Commit 9555d49

Browse files
committed
formatting
1 parent 95f1dbb commit 9555d49

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/kotlin/com/vk/admstorm/utils/MySshUtils.kt

+2-3
Original file line numberDiff line numberDiff line change
@@ -113,10 +113,9 @@ object MySshUtils {
113113
}
114114

115115
private fun handleSshException(project: Project, ex: Exception) {
116-
val message =
117-
"${ex.message}<br> Plugin can try to automatically reset the Yubikey or you can do it yourself with ${
116+
val message = "${ex.message}<br>" +
117+
"Plugin can try to automatically reset the Yubikey or you can do it yourself with " +
118118
code("ssh-agent")
119-
}"
120119

121120
AdmWarningNotification(message)
122121
.withTitle("SSH connection lost")

0 commit comments

Comments
 (0)