Skip to content

Commit

Permalink
chore: format code
Browse files Browse the repository at this point in the history
  • Loading branch information
zucchinidev committed Nov 9, 2023
1 parent e53600e commit b2544db
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions internal/local/update_service.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,11 @@ package local

import (
"fmt"
"github.com/cloudfoundry/cloud-service-broker/internal/testdrive"
"github.com/pivotal-cf/brokerapi/v10/domain"
"log"

"github.com/pivotal-cf/brokerapi/v10/domain"

"github.com/cloudfoundry/cloud-service-broker/internal/testdrive"
)

func UpdateService(name, plan, params, cachePath string) {
Expand Down

0 comments on commit b2544db

Please sign in to comment.