Skip to content

Commit

Permalink
fix: isChessDotComUser indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
AmanMenda authored May 3, 2024
1 parent 0862e55 commit f11f6c0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Sources/App/Logic.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ extractInt(const Value& jsonObject, const std::string& fieldName)
namespace Stuckfish
{
bool
Logic::IsChessDotComUser(const std::string& username)
Logic::IsChessDotComUser(const std::string& username)
{
std::string url = "https://api.chess.com/pub/player/" + to_lower(username);
cpr::Response res = cpr::Get(cpr::Url{ url });
Expand Down Expand Up @@ -119,4 +119,4 @@ namespace Stuckfish
}
return;
}
}
}

0 comments on commit f11f6c0

Please sign in to comment.