Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
FyS committed Nov 23, 2023
1 parent e91040a commit 1c55e85
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions fabko/agent/protocol/fap_request.hh
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@

#pragma once

#include <string>
#include <variant>
#include <vector>
#include <string>

namespace fabko::agent_protocol {

Expand All @@ -30,9 +30,9 @@ using comparator = std::variant<lesser_or_eq, lesser_than, greater_than, greater
enum class status : char {
awaiting = 0,
on_going = 1,
done = 2,
wont_do = 3,
cancel = 4
done = 2,
wont_do = 3,
cancel = 4
};

struct resource {
Expand All @@ -57,4 +57,4 @@ struct request {
std::vector<option> options;
};

}
} // namespace fabko::agent_protocol

0 comments on commit 1c55e85

Please sign in to comment.