diff options
Diffstat (limited to 'src/service.vala')
-rw-r--r-- | src/service.vala | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/service.vala b/src/service.vala index e6d217a..0c18b36 100644 --- a/src/service.vala +++ b/src/service.vala @@ -71,7 +71,7 @@ public class Service: Object critical (@"Unable to export actions on $object_path: $(e.message)"); } - profiles.for_each ((name,profile) => { + profiles.for_each ((name, profile) => { var path = @"$object_path/$name"; debug (@"exporting menu '$path'"); profile.export_menu (connection, path); |