Skip to content

Commit

Permalink
fix up gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
chelseakomlo committed Mar 1, 2018
1 parent 3e698ea commit ca8e650
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions nomad/structs/node_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,10 @@ func TestDriverInfoEquals(t *testing.T) {
}{
{
[]*DriverInfo{
&DriverInfo{
{
Healthy: true,
},
&DriverInfo{
{
Healthy: false,
},
},
Expand All @@ -27,10 +27,10 @@ func TestDriverInfoEquals(t *testing.T) {
},
{
[]*DriverInfo{
&DriverInfo{
{
HealthDescription: "not running",
},
&DriverInfo{
{
HealthDescription: "running",
},
},
Expand All @@ -39,11 +39,11 @@ func TestDriverInfoEquals(t *testing.T) {
},
{
[]*DriverInfo{
&DriverInfo{
{
Healthy: true,
HealthDescription: "running",
},
&DriverInfo{
{
Healthy: true,
HealthDescription: "running",
},
Expand Down

0 comments on commit ca8e650

Please sign in to comment.