mirror of
https://github.com/StackExchange/dnscontrol.git
synced 2025-01-10 17:38:13 +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)
|
||||
}
|
||||
if len(buf) > 0 {
|
||||
chunks = append(chunks, buf[:len(buf)])
|
||||
chunks = append(chunks, buf[:])
|
||||
}
|
||||
return chunks
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue