Merge pull request #5568 from jungaretti/jupyter-return-quick-fix

Clean up Jupyter code
This commit is contained in:
Caleb Brose 2022-05-03 16:00:32 -05:00 committed by GitHub
commit 1c9c3bf45f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,8 @@ func startLiveShareSession(ctx context.Context, codespace *api.Codespace, a *App
}
return nil, fmt.Errorf("failed to connect to Live Share: %w", err)
}
return
return session, nil
}
//go:generate moq -fmt goimports -rm -skip-ensure -out mock_api.go . apiClient