Skip to content

Commit 3c65483

Browse files
author
John Doe
committed
fix -Worder warning
1 parent f12af5c commit 3c65483

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Api.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace TgBot {
44

55
Api::Api(std::string token, const HttpClient& httpClient, const std::string& url)
6-
: _token(std::move(token)), _httpClient(httpClient), _tgTypeParser(), _url(url) {
6+
: _httpClient(httpClient), _token(std::move(token)), _tgTypeParser(), _url(url) {
77
}
88

99
std::vector<Update::Ptr> Api::getUpdates(std::int32_t offset,

0 commit comments

Comments
 (0)