Skip to content

Commit c94dc6b

Browse files
committed
Whitespace fix
1 parent 79b9483 commit c94dc6b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/com/amazonaws/encryptionsdk/model/KeyBlob.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ public KeyBlob(final EncryptedDataKey edk) {
100100
* length.
101101
*/
102102
private int parseKeyProviderIdLen(final byte[] b, final int off) throws ParseException {
103-
keyProviderIdLen_ = PrimitivesParser.parseUnsignedShort(b, off);
103+
keyProviderIdLen_ = PrimitivesParser.parseUnsignedShort(b, off);
104104
return Short.SIZE / Byte.SIZE;
105105
}
106106

0 commit comments

Comments
 (0)