Merge pull request #5568 from jungaretti/jupyter-return-quick-fix
Clean up Jupyter code
This commit is contained in:
commit
1c9c3bf45f
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue