mirror of
https://github.com/XRPLF/clio.git
synced 2025-11-28 23:55:52 +00:00
Reformat codebase with 120 char limit (#583)
This commit is contained in:
@@ -99,8 +99,7 @@ struct MockHandle
|
||||
MOCK_METHOD(
|
||||
FutureWithCallbackType,
|
||||
asyncExecute,
|
||||
(std::vector<StatementType> const&,
|
||||
std::function<void(ResultOrErrorType)>&&),
|
||||
(std::vector<StatementType> const&, std::function<void(ResultOrErrorType)>&&),
|
||||
(const));
|
||||
|
||||
MOCK_METHOD(ResultOrErrorType, execute, (StatementType const&), (const));
|
||||
|
||||
Reference in New Issue
Block a user