Skip to content

Commit cbd1ecc

Browse files
committed
chore: force reformat file
1 parent 3d90261 commit cbd1ecc

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/main.go

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,10 +20,10 @@ import (
2020
)
2121

2222
const (
23-
syncInterval = 3 * time.Second
24-
ProtoTCP byte = 6
25-
ProtoUDP byte = 17
26-
PortDNS byte = 53
23+
syncInterval = 3 * time.Second
24+
ProtoTCP byte = 6
25+
ProtoUDP byte = 17
26+
PortDNS byte = 53
2727
)
2828

2929
type FWConfig struct {

0 commit comments

Comments
 (0)