summaryrefslogtreecommitdiff
path: root/include/nbd_proxy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'include/nbd_proxy.hpp')
-rw-r--r--include/nbd_proxy.hpp8
1 files changed, 4 insertions, 4 deletions
diff --git a/include/nbd_proxy.hpp b/include/nbd_proxy.hpp
index 12fbb8ed10..4a9cfb8cd3 100644
--- a/include/nbd_proxy.hpp
+++ b/include/nbd_proxy.hpp
@@ -22,11 +22,12 @@
#include <boost/beast/core/multi_buffer.hpp>
#include <boost/container/flat_map.hpp>
#include <dbus_utility.hpp>
-#include <experimental/filesystem>
#include <privileges.hpp>
-#include <variant>
#include <webserver_common.hpp>
+#include <experimental/filesystem>
+#include <variant>
+
namespace crow
{
@@ -47,8 +48,7 @@ struct NbdProxyServer : std::enable_shared_from_this<NbdProxyServer>
endpointId(endpointIdIn), path(pathIn),
acceptor(connIn.get_io_context(), stream_protocol::endpoint(socketId)),
connection(connIn)
- {
- }
+ {}
~NbdProxyServer()
{