gofmt nit: no space around binary + operator
This commit is contained in:
parent
6785d390f7
commit
5434d6eaf8
1 changed files with 1 additions and 1 deletions
|
@ -56,7 +56,7 @@ func releaseOneEntry(t *testing.T, inFlight []*ArchiveRequest) {
|
|||
assert.NotEqual(t, nowQueued, numQueued)
|
||||
|
||||
// Also make sure that we released only one.
|
||||
assert.Equal(t, nowQueued, numQueued + 1)
|
||||
assert.Equal(t, nowQueued, numQueued+1)
|
||||
}
|
||||
|
||||
func TestArchive_Basic(t *testing.T) {
|
||||
|
|
Loading…
Reference in a new issue