dev-ruby/awesome_print: remove trailing whitespace
authorMarty E. Plummer <hanetzer@startmail.com>
Wed, 11 Apr 2018 00:00:01 +0000 (19:00 -0500)
committerAaron Bauman <bman@gentoo.org>
Fri, 13 Apr 2018 23:21:29 +0000 (19:21 -0400)
Package-Manager: Portage-2.3.28, Repoman-2.3.9

dev-ruby/awesome_print/awesome_print-1.8.0.ebuild

index 7caeb5ca5ecb3d18735d8fef8885381fb40459fa..17c44c42876f5f9deca488d24e839002c704834b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2018 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
 
 EAPI=6
@@ -32,8 +32,8 @@ all_ruby_prepare() {
                -e '/simplecov/I s:^:#:' \
                spec/spec_helper.rb || die
 
-       # Avoid activerecord specs since they don't run 
-       # consistently accross rails versions and not all 
+       # Avoid activerecord specs since they don't run
+       # consistently accross rails versions and not all
        # arches have rails
        rm -f spec/ext/active_record_spec.rb || die
 }