Skip to content

Commit

Permalink
wip: fix ci lint
Browse files Browse the repository at this point in the history
  • Loading branch information
uatuko committed Nov 21, 2024
1 parent 4b457a7 commit d0fca91
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ jobs:
apt update
apt install -y --no-install-recommends \
clang cmake libclang-rt-dev make ninja-build \
git \
libprotobuf-dev libprotoc-dev protobuf-compiler \
libpq-dev postgresql-client \
lcov llvm
Expand Down
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 d0fca91

Please sign in to comment.