make clang-tidy happy

This commit is contained in:
J. Nick Koston 2025-07-25 13:33:36 -10:00
parent 9ac38ff8d0
commit 48128d965e
No known key found for this signature in database

View File

@ -908,8 +908,10 @@ class ProtoService {
this->on_unauthenticated_access();
return false;
}
#endif
return true;
#else
return true;
#endif
}
};