diff options
Diffstat (limited to 'include/helpers.hpp')
-rw-r--r-- | include/helpers.hpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/include/helpers.hpp b/include/helpers.hpp index 898b66f..d806347 100644 --- a/include/helpers.hpp +++ b/include/helpers.hpp @@ -42,9 +42,8 @@ using std::string; * * @since 0.4.0 */ -[[nodiscard]] -string unescape_html(string html); +[[nodiscard]] string unescape_html(string html); } // namespace mastodonpp -#endif // MASTODONPP_HELPERS_HPP +#endif // MASTODONPP_HELPERS_HPP |