Skip to content

Commit be3e052

Browse files
committed
style: formatting
1 parent 3d7db6c commit be3e052

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/commonMain/kotlin/com/eignex/kencode/PayloadTransform.kt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ interface Checksum {
2121
fun digest(data: ByteArray): ByteArray
2222
}
2323

24-
2524
/**
2625
* Chains two transforms into a pipeline.
2726
*

src/jvmTest/kotlin/com/eignex/kencode/ErrorCorrectionExample.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ class ErrorCorrectionExample {
1414

1515
@Test
1616
fun `reed-solomon ecc serialization`() {
17-
val parityBytes = 8 // corrects up to 4 corrupted bytes
17+
val parityBytes = 8 // corrects up to 4 corrupted bytes
1818
val field = GenericGF.QR_CODE_FIELD_256
1919
val encoder = ReedSolomonEncoder(field)
2020
val decoder = ReedSolomonDecoder(field)

0 commit comments

Comments
 (0)