From 997f079b75b6ff3db56f86cc141042f2d5c8a3b0 Mon Sep 17 00:00:00 2001 From: Miek Gieben Date: Mon, 7 Oct 2019 10:33:11 +0100 Subject: [PATCH] Run gofmt (#1024) Periodic go-fmt-ing. Signed-off-by: Miek Gieben --- acceptfunc.go | 6 +++--- fuzz_test.go | 1 - 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/acceptfunc.go b/acceptfunc.go index c6920f79..eba7dcd5 100644 --- a/acceptfunc.go +++ b/acceptfunc.go @@ -19,9 +19,9 @@ var DefaultMsgAcceptFunc MsgAcceptFunc = defaultMsgAcceptFunc type MsgAcceptAction int const ( - MsgAccept MsgAcceptAction = iota // Accept the message - MsgReject // Reject the message with a RcodeFormatError - MsgIgnore // Ignore the error and send nothing back. + MsgAccept MsgAcceptAction = iota // Accept the message + MsgReject // Reject the message with a RcodeFormatError + MsgIgnore // Ignore the error and send nothing back. MsgRejectNotImplemented // Reject the message with a RcodeNotImplemented ) diff --git a/fuzz_test.go b/fuzz_test.go index 165eb310..d597f41d 100644 --- a/fuzz_test.go +++ b/fuzz_test.go @@ -144,7 +144,6 @@ func TestCrashNSEC3(t *testing.T) { } } - // TestNewRRCommentLengthCrasherString test inputs to NewRR that generated crashes. func TestNewRRCommentLengthCrasherString(t *testing.T) { tests := []struct {