Skip to content

Commit aab7beb

Browse files
jasnowpostmodern
authored andcommitted
Removed 2 blank lines befor debug info
1 parent 0ab6731 commit aab7beb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/github_advisory_sync.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -373,7 +373,7 @@ def create(package)
373373
# The second block of yaml in a .yaml file is ignored (after the second "---" line)
374374
# This effectively makes this data a large comment
375375
# Still it should be removed before the data goes into rubysec
376-
file.write "\n\n# GitHub advisory data below - **Remove this data before committing**\n"
376+
file.write "# GitHub advisory data below - **Remove this data before committing**\n"
377377
file.write "# Use this data to write patched_versions (and potentially unaffected_versions) above\n"
378378
file.write advisory.merge("vulnerabilities" => vulnerabilities).to_yaml
379379
end

0 commit comments

Comments
 (0)