Fix formatting

This commit is contained in:
Kristoffer Dalby 2021-11-15 16:16:35 +00:00
parent 78cfba0a31
commit 2dde1242cf
No known key found for this signature in database
GPG key ID: 09F62DC067465735
2 changed files with 11 additions and 3 deletions

View file

@ -325,7 +325,9 @@ func (s *Suite) TestDeleteSharedMachine(c *check.C) {
c.Assert(err, check.IsNil)
c.Assert(len(peersOfMachine3), check.Equals, 0) // node 3 is alone
sharedMachinesInNamespace1, err := app.ListSharedMachinesInNamespace(namespace1.Name)
sharedMachinesInNamespace1, err := app.ListSharedMachinesInNamespace(
namespace1.Name,
)
c.Assert(err, check.IsNil)
c.Assert(len(sharedMachinesInNamespace1), check.Equals, 1)