From aef9c292beae2245da35f60fa8c8bd9c52fd248f Mon Sep 17 00:00:00 2001 From: Per Larsson Date: Sat, 22 Jan 2022 11:11:34 +0100 Subject: Format fix. --- zenhttp/httpsys.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'zenhttp/httpsys.cpp') diff --git a/zenhttp/httpsys.cpp b/zenhttp/httpsys.cpp index 67ff6b46b..b3d109b6a 100644 --- a/zenhttp/httpsys.cpp +++ b/zenhttp/httpsys.cpp @@ -703,7 +703,8 @@ HttpAsyncWorkRequest::AsyncWorkItem::Execute() } catch (std::exception& Ex) { - return (void)Tx.IssueNextRequest(new HttpMessageResponseRequest(Tx, 500, fmt::format("Exception thrown in async work: '{}'", Ex.what()))); + return (void)Tx.IssueNextRequest( + new HttpMessageResponseRequest(Tx, 500, fmt::format("Exception thrown in async work: '{}'", Ex.what()))); } } -- cgit v1.2.3