Commit 7b781700 authored by Yong Tang's avatar Yong Tang Committed by GitHub

Fix trailing whitespace (#4103)

The latest commit (e233f59e) on master branch introduced a trailing
whitespace and is causing Travis CI build to fail:
https://travis-ci.org/github/coredns/coredns/builds/722988413

This PR fixes the failing test.
Signed-off-by: default avatarYong Tang <yong.tang.github@outlook.com>
parent e233f59e
...@@ -194,7 +194,7 @@ func (s *Server) Stop() (err error) { ...@@ -194,7 +194,7 @@ func (s *Server) Stop() (err error) {
// Address together with Stop() implement caddy.GracefulServer. // Address together with Stop() implement caddy.GracefulServer.
func (s *Server) Address() string { return s.Addr } func (s *Server) Address() string { return s.Addr }
// ServeDNS is the entry point for every request to the address that // ServeDNS is the entry point for every request to the address that
// is bound to. It acts as a multiplexer for the requests zonename as // is bound to. It acts as a multiplexer for the requests zonename as
// defined in the request so that the correct zone // defined in the request so that the correct zone
// (configuration and plugin stack) will handle the request. // (configuration and plugin stack) will handle the request.
......
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