You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by se...@apache.org on 2022/04/28 12:49:56 UTC

[whimsy] branch master updated: Indentation

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/whimsy.git


The following commit(s) were added to refs/heads/master by this push:
     new e3c3cce1 Indentation
e3c3cce1 is described below

commit e3c3cce14a572992a6b3b9e74b4c5711ebf2c3b5
Author: Sebb <se...@apache.org>
AuthorDate: Thu Apr 28 13:49:48 2022 +0100

    Indentation
---
 lib/spec/lib/mail/mail_spec.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/spec/lib/mail/mail_spec.rb b/lib/spec/lib/mail/mail_spec.rb
index d87a9a1c..e12e88d4 100644
--- a/lib/spec/lib/mail/mail_spec.rb
+++ b/lib/spec/lib/mail/mail_spec.rb
@@ -51,7 +51,7 @@ describe ASF::Mail do
       if TEST_DATA
         expect(lists.length).to be >= 7
       else
-          expect(lists.length).to be >= 1000
+        expect(lists.length).to be >= 1000
       end
       expect(lists).not_to include('private')
       expect(lists).not_to include('security')