Skip to content

Commit 9fdfa6e

Browse files
author
wanjiewu
committed
gofmt
1 parent b9d7435 commit 9fdfa6e

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

ci.go

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -63,20 +63,20 @@ type PicImageInfo struct {
6363
Orientation int `xml:"Orientation,omitempty"`
6464
}
6565
type PicProcessObject struct {
66-
Key string `xml:"Key,omitempty"`
67-
Location string `xml:"Location,omitempty"`
68-
Format string `xml:"Format,omitempty"`
69-
Width int `xml:"Width,omitempty"`
70-
Height int `xml:"Height,omitempty"`
71-
Size int `xml:"Size,omitempty"`
72-
Quality int `xml:"Quality,omitempty"`
73-
ETag string `xml:"ETag,omitempty"`
74-
WatermarkStatus int `xml:"WatermarkStatus,omitempty"`
75-
CodeStatus int `xml:"CodeStatus,omitempty"`
76-
QRcodeInfo []QRcodeInfo `xml:"QRcodeInfo,omitempty"`
77-
FrameCount int `xml:"FrameCount,omitempty"`
78-
Md5 string `xml:"Md5,omitempty"`
79-
BitDepth int `xml:"BitDepth,omitempty"`
66+
Key string `xml:"Key,omitempty"`
67+
Location string `xml:"Location,omitempty"`
68+
Format string `xml:"Format,omitempty"`
69+
Width int `xml:"Width,omitempty"`
70+
Height int `xml:"Height,omitempty"`
71+
Size int `xml:"Size,omitempty"`
72+
Quality int `xml:"Quality,omitempty"`
73+
ETag string `xml:"ETag,omitempty"`
74+
WatermarkStatus int `xml:"WatermarkStatus,omitempty"`
75+
CodeStatus int `xml:"CodeStatus,omitempty"`
76+
QRcodeInfo []QRcodeInfo `xml:"QRcodeInfo,omitempty"`
77+
FrameCount int `xml:"FrameCount,omitempty"`
78+
Md5 string `xml:"Md5,omitempty"`
79+
BitDepth int `xml:"BitDepth,omitempty"`
8080
AIGCMetadata *AIGCMetadata `xml:"AIGCMetadata,omitempty"`
8181
}
8282
type QRcodeInfo struct {

0 commit comments

Comments
 (0)