Run clang-format
diff --git a/include/json/json_features.h b/include/json/json_features.h
index 8ba1e8f..c12d647 100644
--- a/include/json/json_features.h
+++ b/include/json/json_features.h
@@ -45,7 +45,8 @@
   /// \c true if comments are allowed. Default: \c true.
   bool allowComments_{true};
 
-  /// \c true if trailing commas in objects and arrays are allowed. Default \c true.
+  /// \c true if trailing commas in objects and arrays are allowed. Default \c
+  /// true.
   bool allowTrailingCommas_{true};
 
   /// \c true if root must be either an array or an object value. Default: \c