Removed redundant spaces
[libcds.git] / test / stress / set / set_type_feldman_hashset.h
index 8e20b1bad628505295513de71e7fd6c2a249f8fe..44c3ddf4c806bdb4c569387295b3c2c7c0402ade 100644 (file)
@@ -83,13 +83,13 @@ namespace set {
         template <typename Q>
         extracted_ptr extract(Q const& key)
         {
-            return base_class::extract( hasher()(key) );
+            return base_class::extract( hasher()(key));
         }
 
         template <typename Q>
         bool contains( Q const& key )
         {
-            return base_class::contains( hasher()(key) );
+            return base_class::contains( hasher()(key));
         }
 
         // for testing