Skip to content

Commit 1d5c234

Browse files
committed
Formatting changes
1 parent 428f018 commit 1d5c234

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

tests/all_tests.nim

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# import individual test suites
22

33
import ./test_curve25519
4-
import ./test_naxolotl
4+
import ./test_naxolotl

tests/test_curve25519.nim

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@ const ks7748_shared_key = "4a5d9d5ba4ce2de1728e3bf480350f25e07e21c947d19e3376f09
1515

1616
import parseutils
1717

18-
19-
20-
2118
proc hexToArray*[N: static[int]](hexStr: string): array[N, byte] =
2219
## Converts hex string to fixed-size byte array
2320
if hexStr.len != N * 2:

0 commit comments

Comments
 (0)