Browse Source

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 10 years ago
parent
commit
7b85b097bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      ssh/kex.go

+ 1 - 1
ssh/kex.go

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