Skip to content

Commit

Permalink
removed tab-space inconsistencies
Browse files Browse the repository at this point in the history
  • Loading branch information
niccokunzmann committed Oct 27, 2015
1 parent 221084b commit d6b5e2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/dhcp.py
Original file line number Diff line number Diff line change
Expand Up @@ -545,5 +545,5 @@ def get_current_hosts(self):
configuration.ip_address_lease_time = 60
server = DHCPServer(configuration)
for ip in server.configuration.all_ip_addresses():
assert ip == server.configuration.network_filter()
assert ip == server.configuration.network_filter()
server.run()

0 comments on commit d6b5e2e

Please sign in to comment.