mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Update win_dns_client.py
remove trailing witespace
This commit is contained in:
parent
1d23d5e797
commit
fdebc01def
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ def get_dns_servers(interface='Local Area Connection'):
|
|||
try:
|
||||
return list(iface_config.DNSServerSearchOrder)
|
||||
except TypeError:
|
||||
return []
|
||||
return []
|
||||
log.debug('Interface "{0}" not found'.format(interface))
|
||||
return False
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue