You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@whimsical.apache.org by ru...@apache.org on 2017/12/13 22:09:12 UTC

[whimsy] branch master updated: Apparently scope matters. Who knew? :-)

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

rubys 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 0ae0650  Apparently scope matters.  Who knew?  :-)
0ae0650 is described below

commit 0ae0650c55a5aeeb0e4c9a4fb5373d4fc17361f9
Author: Sam Ruby <ru...@intertwingly.net>
AuthorDate: Wed Dec 13 17:08:46 2017 -0500

    Apparently scope matters.  Who knew?  :-)
---
 lib/whimsy/asf/ldap.rb | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/whimsy/asf/ldap.rb b/lib/whimsy/asf/ldap.rb
index b3a5fe2..ba50d09 100644
--- a/lib/whimsy/asf/ldap.rb
+++ b/lib/whimsy/asf/ldap.rb
@@ -41,9 +41,9 @@ require 'securerandom'
 require 'set'
 
 module ASF
-  module LDAP
-     @@weakrefs = Set.new
+  @@weakrefs = Set.new
 
+  module LDAP
      # Derived from the following sources:
      # * https://www.pingmybox.com/dashboard?location=304
      # * https://github.com/apache/infrastructure-puppet/blob/deployment/data/common.yaml (ldapserver::slapd_peers)

-- 
To stop receiving notification emails like this one, please contact
['"commits@whimsical.apache.org" <co...@whimsical.apache.org>'].