From 8244bf0d241f134b12b59c2cbc6d8d05f50c913d Mon Sep 17 00:00:00 2001 From: Helios Alonso Cabanillas Date: Fri, 30 Nov 2012 15:14:27 -0800 Subject: [PATCH] Added missing curly braces 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 | 1 + 1 file changed, 1 insertion(+) diff --git a/folly/docs/FBVector.md b/folly/docs/FBVector.md index 9a238a90..9a2fe9b0 100644 --- a/folly/docs/FBVector.md +++ b/folly/docs/FBVector.md @@ -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. -- 2.34.1