mirror of
https://git.suyu.dev/suyu/suyu
synced 2026-07-05 02:59:03 +00:00
clang-format fixes
This commit is contained in:
@@ -73,7 +73,7 @@ private:
|
||||
rb.PushIpcInterface<T>();
|
||||
}
|
||||
|
||||
template<typename T>
|
||||
template <typename T>
|
||||
std::shared_ptr<T> GetInterface() {
|
||||
static_assert(std::is_base_of_v<Kernel::SessionRequestHandler, T>,
|
||||
"Not a base of ServiceFrameworkBase");
|
||||
|
||||
Reference in New Issue
Block a user