diff --git a/src/mergerfs_webui.cpp b/src/mergerfs_webui.cpp index f6067df8..903192cd 100644 --- a/src/mergerfs_webui.cpp +++ b/src/mergerfs_webui.cpp @@ -242,7 +242,8 @@ _get_kvs(const httplib::Request &req_, if(not req_.has_param("mount")) { res_.status = 400; - res_.set_content("mount param not set", "text/plain"); + res_.set_content("mount param not set", + "text/plain"); return; }