mirror of
https://github.com/CJackHwang/ds2api.git
synced 2026-05-11 03:37:40 +08:00
style: fix gofmt formatting in vercel_prepare_test.go
This commit is contained in:
@@ -143,11 +143,11 @@ func TestHandleVercelStreamPrepareAppliesCurrentInputFile(t *testing.T) {
|
||||
}
|
||||
|
||||
type vercelReleaseAutoDeleteDSStub struct {
|
||||
resp *http.Response
|
||||
deleteCallCount int
|
||||
deletedSessionID string
|
||||
deletedToken string
|
||||
deleteErr error
|
||||
resp *http.Response
|
||||
deleteCallCount int
|
||||
deletedSessionID string
|
||||
deletedToken string
|
||||
deleteErr error
|
||||
}
|
||||
|
||||
func (m *vercelReleaseAutoDeleteDSStub) CreateSession(_ context.Context, _ *auth.RequestAuth, _ int) (string, error) {
|
||||
|
||||
Reference in New Issue
Block a user