Consistent indentation for class visibility labels
[folly.git] / folly / experimental / StringKeyedUnorderedSet.h
index 0956bacf807fe2a6a60d0bde03ea663284223ef5..4fc1b71032ac4dbd7881b686e202b7d3fccf1240 100644 (file)
@@ -45,7 +45,7 @@ class BasicStringKeyedUnorderedSet
     : private std::unordered_set<StringPiece, Hasher, Eq, Alloc> {
   using Base = std::unordered_set<StringPiece, Hasher, Eq, Alloc>;
 
-public:
+ public:
   typedef typename Base::key_type key_type;
   typedef typename Base::value_type value_type;
   typedef typename Base::hasher hasher;