newline at EOF

This commit is contained in:
schulze 2023-03-22 14:24:56 +01:00
parent 42513feedf
commit d8bccb81a9
3 changed files with 3 additions and 3 deletions

View File

@ -58,4 +58,4 @@ func indexInstance(config state.Config, cloudID string, serviceIP netip.Addr) (s
CloudID: cloudID,
ServiceIP: serviceIP}
return newService, found
}
}

View File

@ -99,4 +99,4 @@ func Instances(config aws.Config) ([]*types.Instance, error) {
}
return instances, nil
}
}

View File

@ -90,4 +90,4 @@ func SaveConf(filename string, config Config) (error) {
return err
}
return nil
}
}