Skip to content

Commit

Permalink
fix linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jan-hajek committed Mar 9, 2024
1 parent acc42ca commit e63a10b
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 110 deletions.
54 changes: 0 additions & 54 deletions src/cmd/projectStart.go

This file was deleted.

55 changes: 0 additions & 55 deletions src/cmd/projectStop.go

This file was deleted.

2 changes: 1 addition & 1 deletion src/cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ func rootCmd() *cmdBuilder.Cmd {
LoggedUserRunFunc(func(ctx context.Context, cmdData *cmdBuilder.LoggedUserCmdData) error {
body := &uxBlock.TableBody{}

loggedUser := ""
var loggedUser string
if info, err := cmdData.RestApiClient.GetUserInfo(ctx); err != nil {
loggedUser = err.Error()
} else {
Expand Down

0 comments on commit e63a10b

Please sign in to comment.