From 7ed0385b7465aeb1267790f903c71918e9e78efd Mon Sep 17 00:00:00 2001 From: "B. Watson" Date: Sun, 13 Mar 2022 16:39:53 -0400 Subject: libraries/robin-map: Wrap README at 72 columns. Signed-off-by: B. Watson --- libraries/robin-map/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'libraries/robin-map') diff --git a/libraries/robin-map/README b/libraries/robin-map/README index 724f3decf3..ef0cbe958e 100644 --- a/libraries/robin-map/README +++ b/libraries/robin-map/README @@ -1,3 +1,3 @@ -The robin-map library is a C++ implementation of a fast hash map and hash set -using open-addressing and linear robin hood hashing with backward shift deletion -to resolve collisions. +The robin-map library is a C++ implementation of a fast hash map and +hash set using open-addressing and linear robin hood hashing with +backward shift deletion to resolve collisions. -- cgit v1.2.3