mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-09-07 21:54:59 +08:00
gofmt -s all the things! (#983)
This commit is contained in:
parent
f32218a2f9
commit
b832a92578
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@ func splitChunks(buf string, lim int) []string {
|
||||||
chunks = append(chunks, chunk)
|
chunks = append(chunks, chunk)
|
||||||
}
|
}
|
||||||
if len(buf) > 0 {
|
if len(buf) > 0 {
|
||||||
chunks = append(chunks, buf[:len(buf)])
|
chunks = append(chunks, buf[:])
|
||||||
}
|
}
|
||||||
return chunks
|
return chunks
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue