Skip to content

Commit 034f135

Browse files
committed
ttx: format random.go with gofmt
Signed-off-by: Siddhi Khandelwal <siddhi.200727@gmail.com>
1 parent 31458e4 commit 034f135

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

token/services/ttx/random.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ func GetRandomBytes(length int) ([]byte, error) {
3434
// GetRandomNonce returns a random byte array of length NonceSize
3535
func GetRandomNonce() ([]byte, error) {
3636
return GetRandomBytes(NonceSize)
37-
}
37+
}

0 commit comments

Comments
 (0)