Fix warning

This commit is contained in:
yhirose 2025-01-17 17:31:45 -05:00
parent 243e09319b
commit 80f1988981

View File

@ -2573,7 +2573,7 @@ inline bool is_field_content(const std::string &s) {
inline bool is_field_value(const std::string &s) { return is_field_content(s); }
}; // namespace fields
} // namespace fields
} // namespace detail