diff options
| author | Tom Black <[email protected]> | 2017-05-19 19:57:58 -0400 |
|---|---|---|
| committer | Tom Black <[email protected]> | 2017-05-20 21:40:40 -0400 |
| commit | 09ed2811ad3ccb9af50028447fabbcee5b5c5ae2 (patch) | |
| tree | fb79eb28497e2ccc2d44b86a40034984649e9eb3 /Rakefile | |
| parent | 6ab1ad93c6ae1704fee0adb77dbcf8c721913a73 (diff) | |
| download | ruby2d-09ed2811ad3ccb9af50028447fabbcee5b5c5ae2.tar.gz ruby2d-09ed2811ad3ccb9af50028447fabbcee5b5c5ae2.zip | |
Remove trailing whitespace everywhere
It's what all the kids are doing
Diffstat (limited to 'Rakefile')
| -rw-r--r-- | Rakefile | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -88,13 +88,13 @@ namespace :test do get_args run_mri_test ARGV[1] end - + desc "Run native test" task :native do get_args run_native_test ARGV[1] end - + desc "Run web test" task :web do get_args |
