Remove jsonfindptrs unnecessary curly braces
diff --git a/example/jsonfindptrs/jsonfindptrs.cc b/example/jsonfindptrs/jsonfindptrs.cc
index c6e506d..722db8d 100644
--- a/example/jsonfindptrs/jsonfindptrs.cc
+++ b/example/jsonfindptrs/jsonfindptrs.cc
@@ -455,9 +455,8 @@
         return parse_string(ts, tsr);
       case WUFFS_BASE__TOKEN__VBC__LITERAL:
         return parse_literal(tsr);
-      case WUFFS_BASE__TOKEN__VBC__NUMBER: {
+      case WUFFS_BASE__TOKEN__VBC__NUMBER:
         return parse_number(tsr);
-      }
     }
 
     return Result("main: internal error: unexpected token");