From 48bf47f1e4b9c503dd94ae40001656f91cdea91d Mon Sep 17 00:00:00 2001 From: Changhua Date: Tue, 18 Feb 2025 00:35:41 +0800 Subject: [PATCH] style(account): reformat code --- WeChatFerry/spy/account_manager.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/WeChatFerry/spy/account_manager.cpp b/WeChatFerry/spy/account_manager.cpp index 44f8970..e7844a4 100644 --- a/WeChatFerry/spy/account_manager.cpp +++ b/WeChatFerry/spy/account_manager.cpp @@ -15,8 +15,8 @@ namespace account namespace fs = std::filesystem; namespace OsAcc = Offsets::Account; -using get_account_service_t = QWORD (*)(); -using get_data_path_t = QWORD (*)(QWORD); +using get_account_service_t = QWORD (*)(); +using get_data_path_t = QWORD (*)(QWORD); // 缓存避免重复查询 static std::optional cachedWxid;