Run "make format" (#603)
There was some code that wasn't formatted according to gofmt. This fixes that.
This commit is contained in:
committed by
Brian Goff
parent
f1cb6a7bf6
commit
ef62defcea
@@ -17,5 +17,5 @@ func initOpenStack(cfg InitConfig) (providers.Provider, error) {
|
||||
cfg.ResourceManager,
|
||||
cfg.NodeName,
|
||||
cfg.OperatingSystem,
|
||||
cfg.DaemonPort,)
|
||||
cfg.DaemonPort)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user