remove trailing white space..
This commit is contained in:
parent
7a463f69d2
commit
4a86a3d5be
1 changed files with 2 additions and 2 deletions
|
|
@ -67,13 +67,13 @@ class Network():
|
||||||
# and remove the interface.
|
# and remove the interface.
|
||||||
# ie, this:
|
# ie, this:
|
||||||
# {
|
# {
|
||||||
# 'addr': 'fe80::ec4:7aff:fe59:ec4a%eno1.50',
|
# 'addr': 'fe80::ec4:7aff:fe59:ec4a%eno1.50',
|
||||||
# 'netmask': 'ffff:ffff:ffff:ffff::/64'
|
# 'netmask': 'ffff:ffff:ffff:ffff::/64'
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
# becomes:
|
# becomes:
|
||||||
# {
|
# {
|
||||||
# 'addr': 'fe80::ec4:7aff:fe59:ec4a',
|
# 'addr': 'fe80::ec4:7aff:fe59:ec4a',
|
||||||
# 'netmask': 'ffff:ffff:ffff:ffff::'
|
# 'netmask': 'ffff:ffff:ffff:ffff::'
|
||||||
# }
|
# }
|
||||||
#
|
#
|
||||||
|
|
|
||||||
Loading…
Add table
editor.link_modal.header
Reference in a new issue