Skip to content

Commit d2809b6

Browse files
Update utils/src/main/java/com/cloud/utils/ssh/SSHKeysHelper.java
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent 390025e commit d2809b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

utils/src/main/java/com/cloud/utils/ssh/SSHKeysHelper.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public String getPublicKey() {
118118

119119
ByteArrayOutputStream buffer = new ByteArrayOutputStream();
120120

121-
writeString(buffer,"ssh-rsa");
121+
writeString(buffer, "ssh-rsa");
122122
writeBigInt(buffer, rsaPublicKey.getPublicExponent());
123123
writeBigInt(buffer, rsaPublicKey.getModulus());
124124

0 commit comments

Comments
 (0)