minor fixups by gofmt

R=agl
http://go/go-review/1024009
This commit is contained in:
Robert Griesemer 2009-11-06 11:00:06 -08:00
parent 9ad14c94db
commit 56eca9daed
2 changed files with 2 additions and 3 deletions

View File

@ -284,7 +284,7 @@ func TestDivStepD6(t *testing.T) {
const expectedQ32 = "4294967293"; const expectedQ32 = "4294967293";
const expectedR32 = "39614081266355540837921718287"; const expectedR32 = "39614081266355540837921718287";
if q.String() != expectedQ64 && q.String() != expectedQ32 || if q.String() != expectedQ64 && q.String() != expectedQ32 ||
r.String() != expectedR64 && r.String() != expectedR32 { r.String() != expectedR64 && r.String() != expectedR32 {
t.Errorf("got (%s, %s) want (%s, %s) or (%s, %s)", q, r, expectedQ64, expectedR64, expectedQ32, expectedR32); t.Errorf("got (%s, %s) want (%s, %s) or (%s, %s)", q, r, expectedQ64, expectedR64, expectedQ32, expectedR32);
} }
} }

View File

@ -62,5 +62,4 @@ var rsaPrivateKey = &rsa.PrivateKey{
Q: bigFromString("94560208308847015747498523884063394671606671904944666360068158221458669711639"), Q: bigFromString("94560208308847015747498523884063394671606671904944666360068158221458669711639"),
} }
*/ */