Skip to content

Commit

Permalink
style: format
Browse files Browse the repository at this point in the history
  • Loading branch information
dongwlin committed Nov 20, 2023
1 parent e274014 commit 8b0af4f
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions source/cli/main.h
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,8 @@

#include "Config/ConfigMgr.h"

#include "CustomRecognizer/CustomRecognizerRegistry.h"
#include "CustomAction/CustomActionRegistry.h"

using TaskList = std::vector<Task>;
#include "CustomRecognizer/CustomRecognizerRegistry.h"

void print_help();

Expand All @@ -28,7 +26,8 @@ bool select_server(int& server);

bool default_device_init(const MaaSize& device_size, DeviceConfig& device, std::string& adb_config);

bool select_device(const MaaSize& device_size, std::string& name, std::string& SN, std::string& adb, std::string& adb_config);
bool select_device(const MaaSize& device_size, std::string& name, std::string& SN, std::string& adb,
std::string& adb_config);

bool select_device_index(const MaaSize& device_size, MaaSize& index);

Expand All @@ -46,7 +45,7 @@ json::value close_game_param();

bool app_package_and_activity(int client_type, std::string& package, std::string& activity);

bool match_adb_address(const std::string& adb_address, MaaSize& index , const MaaSize& device_size);
bool match_adb_address(const std::string& adb_address, MaaSize& index, const MaaSize& device_size);

std::string TaskStatus(MaaStatus status);

Expand Down

0 comments on commit 8b0af4f

Please sign in to comment.