Skip to content

Commit cd2a92c

Browse files
committed
format
1 parent 803c5e3 commit cd2a92c

File tree

3 files changed

+0
-3
lines changed

3 files changed

+0
-3
lines changed

apptrust/commands/version/rollback_app_version_cmd.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,3 @@ func GetRollbackAppVersionCommand(appContext app.Context) components.Command {
9090
Action: cmd.prepareAndRunCommand,
9191
}
9292
}
93-

apptrust/commands/version/rollback_app_version_cmd_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,4 +85,3 @@ func TestRollbackAppVersionCommand_ServerDetails(t *testing.T) {
8585
assert.NoError(t, err)
8686
assert.Equal(t, serverDetails, result)
8787
}
88-

apptrust/model/rollback_app_version_request.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,3 @@ func NewRollbackAppVersionRequest(fromStage string) *RollbackAppVersionRequest {
1919
Async: false, // Default to synchronous as per spec
2020
}
2121
}
22-

0 commit comments

Comments
 (0)