Skip to content

Commit c92452d

Browse files
author
miko
committedFeb 7, 2025·
Remove extra spaces
1 parent 11ce0ae commit c92452d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎server/services/v1/comments/create.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -774,8 +774,8 @@ type tag struct {
774774
type cuResultResponse struct {
775775
Messages []struct {
776776
Data string `json:"Data"`
777-
Target string `json:"Target "`
778-
Anchor string `json:"Anchor "`
777+
Target string `json:"Target"`
778+
Anchor string `json:"Anchor"`
779779
Tags []tag `json:"Tags"`
780780
} `json:"Messages"`
781781
Assignments []struct{} `json:"Assignments"`

0 commit comments

Comments
 (0)
Please sign in to comment.