Skip to content

Commit d3c9b0c

Browse files
committed
up
1 parent f51c2a5 commit d3c9b0c

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/main/kotlin/unsigned/Long.kt

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,8 @@ import unsigned.*
22
import unsigned.java_1_7.toUnsignedString
33
import java.math.BigInteger
44

5-
/**
6-
* Created by GBarbieri on 31.01.2017.
7-
*/
5+
// Created by GBarbieri on 31.01.2017.
6+
87

98
fun Long.toUByte() = toByte()
109
fun Long.toUShort() = toShort()

0 commit comments

Comments
 (0)