Skip to content

Commit

Permalink
fix: Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
HRemonen committed Sep 18, 2023
1 parent 45f7e9d commit e882846
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 2 additions & 1 deletion cmd/commit.go
Original file line number Diff line number Diff line change
Expand Up @@ -15,11 +15,12 @@ package cmd

import (
"commitsense/pkg/commit"
csprompt "commitsense/pkg/prompt"
"commitsense/pkg/validators"
"fmt"
"os"

csprompt "commitsense/pkg/prompt"

"github.com/spf13/cobra"
)

Expand Down
1 change: 0 additions & 1 deletion pkg/prompt/csprompt.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ type CSPrompt struct {
Validate func(string) error
Default string
}

0 comments on commit e882846

Please sign in to comment.