Skip to content

Commit

Permalink
fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
theFong committed Oct 30, 2023
1 parent 22e7d8a commit 0d37773
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions pkg/cmd/login/login.go
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@ func OnboardUserWithSSHKeys(t *terminal.Terminal, user *entity.User, _ LoginStor

func OnboardUserWithEditors(t *terminal.Terminal, _ LoginStore, ide string) (string, error) {
if ide == "VSCode" {
_ = 0
} else {
t.Print("To use " + ide + " for your instance. Use the following command to remote into your machine")
t.Print(t.Green("Brev Shell"))
Expand Down
1 change: 0 additions & 1 deletion pkg/cmd/notebook/notebook.go
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
// notebook/notebook.go
package notebook

import (
Expand Down

0 comments on commit 0d37773

Please sign in to comment.