Added missing curly braces
authorHelios Alonso Cabanillas <heliosalonso@fb.com>
Fri, 30 Nov 2012 23:14:27 +0000 (15:14 -0800)
committerJordan DeLong <jdelong@fb.com>
Sun, 16 Dec 2012 22:46:19 +0000 (14:46 -0800)
Summary:
Added closing curly braces at 173.
Sorry, must make diff if it's a new commit.

Test Plan: nothing really

Reviewed By: andrei.alexandrescu@fb.com

FB internal diff: D644925

folly/docs/FBVector.md

index 9a238a9081ee561a429385b8f7ae6a1f19dc060c..9a2fe9b0d693b450c5f54840b30afebcd08da619 100644 (file)
@@ -170,6 +170,7 @@ Only a tiny minority of objects are genuinely non-relocatable:
     public:
       Ew() : pointerInsideBuffer(buffer) {}
       ...
+    }
 
 * Objects that need to update "observers" that store pointers to them.