Skip to content

Commit

Permalink
fixed comment style
Browse files Browse the repository at this point in the history
  • Loading branch information
ameshkov committed Jan 27, 2021
1 parent 3a77bc8 commit dde5d79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/dnsfilter/safebrowsing_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ type testSbUpstream struct {
requestsCount int
}

// Exchange always returns a message with random hashes
// Exchange always returns a message with random hashes.
func (u *testSbUpstream) Exchange(r *dns.Msg) (*dns.Msg, error) {
u.requestsCount++

Expand Down

0 comments on commit dde5d79

Please sign in to comment.