mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
Remove excessive whitespaces
This commit is contained in:
parent
0d074a4f2e
commit
af867e14dc
1 changed files with 3 additions and 3 deletions
|
@ -446,9 +446,9 @@ class DNSlookupsCase(TestCase):
|
|||
rights = {
|
||||
'A': [
|
||||
'mocksrvr.example.com has address 10.1.1.1',
|
||||
'web.example.com has address 10.1.1.1\n'
|
||||
'web.example.com has address 10.2.2.2\n'
|
||||
'web.example.com has address 10.3.3.3'
|
||||
'web.example.com has address 10.1.1.1\n'
|
||||
'web.example.com has address 10.2.2.2\n'
|
||||
'web.example.com has address 10.3.3.3'
|
||||
|
||||
],
|
||||
'AAAA': [
|
||||
|
|
Loading…
Add table
Reference in a new issue