Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
PersistentStorageOpCertStore: fix a clang-tidy warning (#29286)
`~PersistentStorageOpCertStore` invokes `Finish()`, which invokes `RevertPendingOpCerts()` which is a virtual method. In this case methods invoked belong to this class so as long as there are no descendants, it's ok. Make sure there are no descendants by declaring the class final. Fixes #29239
- Loading branch information