diff options
author | git <[email protected]> | 2023-01-05 18:06:01 +0000 |
---|---|---|
committer | git <[email protected]> | 2023-01-05 18:06:01 +0000 |
commit | 54950a78e3cd66da8c52e7444b2fbf761153660b (patch) | |
tree | b62720f1c697dd0aa994d1bdb5a97437f6b473c3 /spec/ruby/library/coverage | |
parent | bbf54ec334fe2edd7669a944d88d17efde49a412 (diff) |
* remove trailing spaces, append newline at EOF. [ci skip]
Diffstat (limited to 'spec/ruby/library/coverage')
-rw-r--r-- | spec/ruby/library/coverage/running_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/coverage/running_spec.rb b/spec/ruby/library/coverage/running_spec.rb index 745270164f..e9cc7ada5a 100644 --- a/spec/ruby/library/coverage/running_spec.rb +++ b/spec/ruby/library/coverage/running_spec.rb @@ -17,4 +17,4 @@ describe 'Coverage.running?' do Coverage.result Coverage.running?.should == false end -end
\ No newline at end of file +end |