Skip to content

Commit 2252950

Browse files
committed
🚨 Linting
1 parent b15285c commit 2252950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ begin
8181

8282
Rake::Task[:coverage].clear if Rake::Task.task_defined?(:coverage)
8383
desc("Slap magic onto the main coverage task")
84-
task(:coverage => [:magic])
84+
task(coverage: [:magic])
8585
rescue LoadError
8686
desc("(stub) spec is unavailable")
8787
task(:spec) do # rubocop:disable Rake/DuplicateTask

0 commit comments

Comments
 (0)