Clean patch formatting with make fmt

This commit is contained in:
John-Paul Robinson 2019-07-17 17:10:52 -05:00
parent 5fe9f3980d
commit 038e9f316c
4 changed files with 29 additions and 30 deletions

View File

@ -92,7 +92,6 @@ func GetInstancePortID(client *gophercloud.ServiceClient, id string, instance_fl
}
}
return interfaces[selected_interface].PortID, nil
}