Commit ccc33d2
committed
fix: func (v *PhotoSize) String() string {
return fmt.Sprintf("%s%dx%d:%d", v.FileID, v.Width, v.Height, v.FileSize)
}1 parent b5d9104 commit ccc33d2
1 file changed
+4
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
| 223 | + | |
220 | 224 | | |
221 | 225 | | |
222 | 226 | | |
| |||
0 commit comments