Skip to content

Commit 883af63

Browse files
committed
lint
1 parent eade038 commit 883af63

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

scripts/generate_github_issues_for_missing_spec.rb

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,5 @@
77
title = "Fix or remove xit-ignored test in #{filename}:#{line_number} '#{clean_test_name}'"
88
`gh issue create --title "#{title}" --body "#{title}"`
99
end
10-
end; nil
10+
end
11+
nil

0 commit comments

Comments
 (0)