chore: gofmt integration test file
The Check formatting step failed on the stub method alignment in stubAgent's three method declarations. Re-run of gofmt aligns the column gutter on those signatures; no behavioural change.
This commit is contained in:
parent
ad1c4dacec
commit
ee0af288a4
|
|
@ -119,9 +119,9 @@ func (s *stubRuntime) IsAlive(context.Context, ports.RuntimeHandle) (bool, error
|
|||
|
||||
type stubAgent struct{}
|
||||
|
||||
func (stubAgent) GetLaunchCommand(ports.AgentConfig) string { return "launch" }
|
||||
func (stubAgent) GetLaunchCommand(ports.AgentConfig) string { return "launch" }
|
||||
func (stubAgent) GetEnvironment(ports.AgentConfig) map[string]string { return map[string]string{} }
|
||||
func (stubAgent) GetRestoreCommand(id string) string { return "resume " + id }
|
||||
func (stubAgent) GetRestoreCommand(id string) string { return "resume " + id }
|
||||
|
||||
type stubWorkspace struct {
|
||||
root string
|
||||
|
|
|
|||
Loading…
Reference in New Issue