Skip to content

Commit 251488a

Browse files
committed
chore(services): format service file
use gofmt to fix formatting issues
1 parent 86116bf commit 251488a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

services/services.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ func List(c *deis.Client, appID string) (api.Services, error) {
4444
return services, reqErr
4545
}
4646

47-
// New adds a new service to an app. App should already exists.
47+
// New adds a new service to an app. App should already exists.
4848
// Service is the way to route some traffic matching given URL pattern to worker different than `web`
4949
// procfileType - name of the process in Procfile (i.e. <process type> from the `<process type>: <command>`), e.g. `webhooks`
5050
// for more about Procfile see this https://devcenter.heroku.com/articles/procfile

0 commit comments

Comments
 (0)