From 8308106595a676e309ec8c41b7e21bc47747c6cd Mon Sep 17 00:00:00 2001 From: Stephen Sawchuk Date: Tue, 24 Feb 2015 08:14:57 -0500 Subject: [PATCH] "\s".replace("") --- test/storage/bucket.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/storage/bucket.js b/test/storage/bucket.js index 3688b7c8b79..72235cc7128 100644 --- a/test/storage/bucket.js +++ b/test/storage/bucket.js @@ -135,7 +135,7 @@ describe('Bucket', function() { bucket.file('destination.txt') ]; - async.each(destinations, function (destination, next) { + async.each(destinations, function(destination, next) { bucket.storage.makeAuthorizedRequest_ = function(reqOpts) { assert(reqOpts.uri.indexOf(bucket.name + '/o/destination.txt') > -1); next();