mirror of
https://github.com/jesseduffield/lazydocker.git
synced 2026-07-21 23:01:03 +00:00
fixing gofmt errors
This commit is contained in:
parent
615ce6536b
commit
e585277c89
1 changed files with 1 additions and 1 deletions
|
|
@ -149,7 +149,7 @@ func TestLegacySortedContainers(t *testing.T) {
|
|||
ct := command.sortedContainers(containers)
|
||||
|
||||
for i := 0; i < len(ct); i++ {
|
||||
assert.Equal(t, sorted[i].Container.State, ct[i].Container.State,)
|
||||
assert.Equal(t, sorted[i].Container.State, ct[i].Container.State)
|
||||
assert.Equal(t, sorted[i].Container.ID, ct[i].Container.ID)
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue