Commit cd1134f0 authored by coredns[bot]'s avatar coredns[bot]

auto go fmt

Signed-off-by: default avatarcoredns[bot] <bot@bot.coredns.io>
parent 47be274d
...@@ -17,7 +17,7 @@ import ( ...@@ -17,7 +17,7 @@ import (
func Split(n *net.IPNet) []string { func Split(n *net.IPNet) []string {
boundary := 8 boundary := 8
nstr := n.String() nstr := n.String()
if strings.Contains(nstr,":") { if strings.Contains(nstr, ":") {
boundary = 4 boundary = 4
} }
ones, _ := n.Mask.Size() ones, _ := n.Mask.Size()
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment