Skip to content

Commit

Permalink
Simplify with gofmt -s
Browse files Browse the repository at this point in the history
Signed-off-by: Michael McCracken <mikmccra@cisco.com>
  • Loading branch information
mikemccracken committed Jan 10, 2018
1 parent 92c23f5 commit 7f95551
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions client/driver/lxc_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -212,19 +212,19 @@ func TestLxcDriver_Volumes_ConfigValidation(t *testing.T) {
ctestutil.RequireRoot(t)

brokenVolumeConfigs := [][]string{
[]string{
{
"foo:/var",
},
[]string{
{
":",
},
[]string{
{
"abc:",
},
[]string{
{
":def",
},
[]string{
{
"abc:def:ghi",
},
}
Expand Down

0 comments on commit 7f95551

Please sign in to comment.