summaryrefslogtreecommitdiff
path: root/tasks/maintainers.rb
diff options
context:
space:
mode:
Diffstat (limited to 'tasks/maintainers.rb')
-rw-r--r--tasks/maintainers.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/tasks/maintainers.rb b/tasks/maintainers.rb
index 91742854bb..e13d4724b0 100644
--- a/tasks/maintainers.rb
+++ b/tasks/maintainers.rb
@@ -46,9 +46,9 @@ begin
out << format_person(source["Org"]["Lead"]["person"]) + "\n\n"
out << format_components(source["Org"]["Components"])
- File.open(TARGET, "w") { |fn|
+ File.open(TARGET, "w") do |fn|
fn.write out
- }
+ end
end
desc "Synchronize GitHub teams"