Explorar o código

x/crypto/ssh: run go fmt

Change-Id: Ibb071aa550ca7392543c2d1eba8f8a69ba1d86fa
Reviewed-on: https://go-review.googlesource.com/17270
Reviewed-by: Dave Cheney <dave@cheney.net>
Carl Jackson %!s(int64=10) %!d(string=hai) anos
pai
achega
7b85b097bf
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ssh/kex.go

+ 1 - 1
ssh/kex.go

@@ -8,8 +8,8 @@ import (
 	"crypto"
 	"crypto/ecdsa"
 	"crypto/elliptic"
-	"crypto/subtle"
 	"crypto/rand"
+	"crypto/subtle"
 	"errors"
 	"io"
 	"math/big"