Skip to content

Commit

Permalink
chore: Replace spaces with tabulation
Browse files Browse the repository at this point in the history
  • Loading branch information
qu35t-code committed Jun 17, 2024
1 parent d34ea98 commit 958fbc6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cmd/company.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ var companyCmd = &cobra.Command{
fmt.Println("You cannot use --year-range without --year or --short-year")
return
}
if includeYear && includeNumbers {

if includeYear && includeNumbers {
fmt.Println("You cannot use both --year and --numbers")
return
}
Expand Down

0 comments on commit 958fbc6

Please sign in to comment.