From 1c55e8534282cd351e50afe70da6dbc25d652395 Mon Sep 17 00:00:00 2001 From: FyS Date: Thu, 23 Nov 2023 21:21:05 +0100 Subject: [PATCH] format --- fabko/agent/protocol/fap_request.hh | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fabko/agent/protocol/fap_request.hh b/fabko/agent/protocol/fap_request.hh index 63122f0..41dea33 100755 --- a/fabko/agent/protocol/fap_request.hh +++ b/fabko/agent/protocol/fap_request.hh @@ -12,9 +12,9 @@ #pragma once +#include #include #include -#include namespace fabko::agent_protocol { @@ -30,9 +30,9 @@ using comparator = std::variant options; }; -} \ No newline at end of file +} // namespace fabko::agent_protocol \ No newline at end of file