summaryrefslogtreecommitdiff
path: root/include/cors_preflight.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/cors_preflight.hpp')
-rw-r--r--include/cors_preflight.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/cors_preflight.hpp b/include/cors_preflight.hpp
index 43e90738de..b7272229b1 100644
--- a/include/cors_preflight.hpp
+++ b/include/cors_preflight.hpp
@@ -14,6 +14,6 @@ inline void requestRoutes(App& app)
const std::shared_ptr<bmcweb::AsyncResp>&, const std::string&) {
// An empty body handler that simply returns the headers bmcweb
// uses This allows browsers to do their CORS preflight checks
- });
+ });
}
} // namespace cors_preflight