Skip to content
This repository has been archived by the owner on Jan 12, 2023. It is now read-only.

Commit

Permalink
reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
Jack Lindamood committed Dec 29, 2020
1 parent 5c4915e commit 6d4b1ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/syncer/syncer_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,4 +171,4 @@ func TestMultiResolver(t *testing.T) {
ip, err := m.LookupIPAddr(ctx, "www.google.com")
require.NoError(t, err)
require.True(t, len(ip) > 0)
}
}

0 comments on commit 6d4b1ea

Please sign in to comment.