Skip to content
This repository was archived by the owner on Apr 20, 2026. It is now read-only.

Commit 438ba18

Browse files
fix: add newline char to clear pipeline
1 parent ae85938 commit 438ba18

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/main/java/com/spotify/github/v3/clients/PKCS1PEMKey.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,4 +121,4 @@ private static byte[] toPkcs8(final byte[] pkcs1Bytes) {
121121
System.arraycopy(pkcs1Bytes, 0, pkcs8bytes, pkcs8Header.length, pkcs1Bytes.length);
122122
return pkcs8bytes;
123123
}
124-
}
124+
}

0 commit comments

Comments
 (0)