Skip to content

Commit

Permalink
style(config): minor style tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
favonia committed May 22, 2023
1 parent 8bf97a3 commit cc906e1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/config/network_probe.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ func (c *Config) ShouldWeUse1001(ctx context.Context, ppfmt pp.PP) bool {
if c.Provider[ipnet.IP4] == nil || !c.Provider[ipnet.IP4].ShouldWeCheck1111() {
return true
}

if ppfmt.IsEnabledFor(pp.Info) {
ppfmt.Infof(pp.EmojiEnvVars, "Checking 1.1.1.1 . . .")
ppfmt = ppfmt.IncIndent()
Expand Down

0 comments on commit cc906e1

Please sign in to comment.