style(account): reformat code

This commit is contained in:
Changhua 2025-02-18 00:35:41 +08:00
parent fdef55bcf6
commit 48bf47f1e4

View File

@ -15,8 +15,8 @@ namespace account
namespace fs = std::filesystem; namespace fs = std::filesystem;
namespace OsAcc = Offsets::Account; namespace OsAcc = Offsets::Account;
using get_account_service_t = QWORD (*)(); using get_account_service_t = QWORD (*)();
using get_data_path_t = QWORD (*)(QWORD); using get_data_path_t = QWORD (*)(QWORD);
// 缓存避免重复查询 // 缓存避免重复查询
static std::optional<std::string> cachedWxid; static std::optional<std::string> cachedWxid;