Skip to content

Commit

Permalink
remove trailing empty lines per linter (coredns#5526)
Browse files Browse the repository at this point in the history
Signed-off-by: Chris O'Haver <[email protected]>
  • Loading branch information
chrisohaver authored and gonzalop committed Oct 30, 2022
1 parent 36692f9 commit b9c5b84
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion plugin/pkg/log/listener.go
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,6 @@ func (ls *listeners) info(plugin string, v ...interface{}) {
l.Info(plugin, v...)
}
ls.RUnlock()

}

func (ls *listeners) infof(plugin string, format string, v ...interface{}) {
Expand Down
1 change: 0 additions & 1 deletion plugin/pkg/log/listener_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,6 @@ func testListenersCalled(t *testing.T, listenerNames []string, outputs []string)
t.Errorf("DeregsiterListener Error %s", err)
}
}

}

type mockListener struct {
Expand Down

0 comments on commit b9c5b84

Please sign in to comment.