mirror of
https://github.com/kemko/nomad.git
synced 2026-01-03 08:55:43 +03:00
Simplify with gofmt -s
Signed-off-by: Michael McCracken <mikmccra@cisco.com>
This commit is contained in:
@@ -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",
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user