Skip to content

Commit

Permalink
(svc) lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Nov 21, 2024
1 parent 9d34086 commit 3b6ea11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/svc/principals.h
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ template <typename T>
concept has_mutable_principal = requires(T t) {
{ t.mutable_principal() } -> std::same_as<ruek::api::v1::Principal *>;
};
}
} // namespace concepts

using namespace ruek::api::v1::Principals;

Expand Down

0 comments on commit 3b6ea11

Please sign in to comment.