Skip to content

Commit a960cd6

Browse files
committed
lints
1 parent 82439e5 commit a960cd6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

script/sync_contributors.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def transform_contributors(contributors)
5050
contributor["login"]
5151
end.sort
5252

53-
{ "usernames" => usernames }
53+
{"usernames" => usernames}
5454
end
5555

5656
# Write contributors data to YAML file
@@ -62,7 +62,7 @@ def write_contributors_yaml(data)
6262

6363
File.write(output_path, data.to_yaml)
6464
puts "Contributors synced to #{output_path}"
65-
puts "Found #{data['usernames'].length} contributors"
65+
puts "Found #{data["usernames"].length} contributors"
6666
end
6767

6868
# Main execution

0 commit comments

Comments
 (0)