[gnuoy] Trivial whitespace lint fix

This commit is contained in:
Liam Young 2014-07-29 08:22:38 +01:00
parent 307a70f6a6
commit de3aa88b72
1 changed files with 1 additions and 1 deletions

View File

@ -113,7 +113,7 @@ def config_changed():
# Notify any changes to the access network
for r_id in relation_ids('shared-db'):
for unit in related_units(r_id):
shared_db_changed(r_id, unit)
shared_db_changed(r_id, unit)
@hooks.hook('cluster-relation-changed')