Skip to content

Commit

Permalink
Fixed linter issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Fank committed Aug 14, 2024
1 parent 36ee9ab commit 0cdac1f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orders_v5.go
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ type LineType string

const (
Position LineType = "P"
Comment = "C"
Comment LineType = "C"
)

type OrderDetailRequest struct {
Expand Down

0 comments on commit 0cdac1f

Please sign in to comment.