Skip to content

Commit e044dfd

Browse files
committed
gofmt fix
Signed-off-by: Joffrey F <joffrey@docker.com>
1 parent 0fb360f commit e044dfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/amazonec2/amazonec2.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -957,7 +957,7 @@ func (d *Driver) terminate() error {
957957
log.Warn("Remote instance does not exist, proceeding with removing local reference")
958958
return nil
959959
}
960-
960+
961961
return fmt.Errorf("unable to terminate instance: %s", err)
962962
}
963963
return nil

0 commit comments

Comments
 (0)