Skip to content

Commit

Permalink
add missing EOL
Browse files Browse the repository at this point in the history
  • Loading branch information
muzzammilshahid committed Feb 24, 2024
1 parent 0f1c292 commit 967e127
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autobahn/src/main/java/xbr/network/crypto/SecretBox.java
Original file line number Diff line number Diff line change
Expand Up @@ -93,4 +93,4 @@ private void checkLength(byte[] data, int size) {
if (data == null || data.length != size)
throw new IllegalArgumentException("Invalid size: " + data.length);
}
}
}
2 changes: 1 addition & 1 deletion autobahn/src/test/java/xbr/network/UtilTest.java
Original file line number Diff line number Diff line change
Expand Up @@ -29,4 +29,4 @@ public void testGenerateKeyPair() {
assertEquals(32, keyPair.first.length);
assertEquals(32, keyPair.second.length);
}
}
}

0 comments on commit 967e127

Please sign in to comment.