mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2025-10-29 06:42:25 -05:00
sshhhh please linter, mommy's working
This commit is contained in:
parent
9d15102f70
commit
663acae0c5
1 changed files with 2 additions and 2 deletions
|
|
@ -43,8 +43,8 @@ func (p *IPPrefixes) String() string {
|
|||
var buf byteutil.Buffer
|
||||
for _, prefix := range *p {
|
||||
str := prefix.String()
|
||||
buf.WriteString(str)
|
||||
buf.WriteByte(',')
|
||||
buf.B = append(buf.B, str...)
|
||||
buf.B = append(buf.B, ',')
|
||||
}
|
||||
buf.Truncate(1)
|
||||
return buf.String()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue