newline at EOF
This commit is contained in:
parent
42513feedf
commit
d8bccb81a9
2
main.go
2
main.go
@ -58,4 +58,4 @@ func indexInstance(config state.Config, cloudID string, serviceIP netip.Addr) (s
|
||||
CloudID: cloudID,
|
||||
ServiceIP: serviceIP}
|
||||
return newService, found
|
||||
}
|
||||
}
|
||||
|
@ -99,4 +99,4 @@ func Instances(config aws.Config) ([]*types.Instance, error) {
|
||||
}
|
||||
|
||||
return instances, nil
|
||||
}
|
||||
}
|
||||
|
@ -90,4 +90,4 @@ func SaveConf(filename string, config Config) (error) {
|
||||
return err
|
||||
}
|
||||
return nil
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user