diff options
author | Steve Kemp <steve@steve.org.uk> | 2015-03-09 14:43:10 +0000 |
---|---|---|
committer | Steve Kemp <steve@steve.org.uk> | 2015-03-09 14:43:10 +0000 |
commit | 69acb34d89e05637f04531f4ba8903f1dd887383 (patch) | |
tree | 023a3777576237d3b89b7554c00ee2ae1142b0a9 /t/test-custodian-parser.rb | |
parent | ff910ae9491d81085e25d289f61cec72e96e57ef (diff) |
Removed trailing whitespace from the code
Diffstat (limited to 't/test-custodian-parser.rb')
-rwxr-xr-x | t/test-custodian-parser.rb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/t/test-custodian-parser.rb b/t/test-custodian-parser.rb index 1af5e28..aff1e9c 100755 --- a/t/test-custodian-parser.rb +++ b/t/test-custodian-parser.rb @@ -305,7 +305,7 @@ EOF assert(obj.size == 1) assert_equal(obj[0].to_s, str) - if follow + if follow assert(obj[0].follow_redirects?) else assert(!obj[0].follow_redirects?) @@ -344,7 +344,7 @@ EOF assert(obj.size == 1) assert_equal(obj[0].to_s, str) - if cb + if cb assert(obj[0].cache_busting?) else assert(!obj[0].cache_busting?) @@ -390,7 +390,7 @@ EOF assert(obj.size == 1) assert_equal(obj[0].to_s, str) - if fail.nil? + if fail.nil? assert(obj[0].get_notification_text.nil?) else assert_equal(obj[0].get_notification_text, fail) |