めんどくさくなったから一括でコミットするけど許してくれ

This commit is contained in:
keita
2021-02-23 16:37:15 +09:00
parent 5cebef5d9c
commit b4497728b1
18 changed files with 148 additions and 52 deletions
+1 -2
View File
@@ -12,8 +12,7 @@ void Update::status(const std::string _status) {
}
void Update::process(std::weak_ptr<CocoaTweet::OAuth::OAuth1> _oauth) {
HttpPost::process(_oauth,
[](const std::string& _srv) { std::cout << _srv << std::endl; });
HttpPost::process(_oauth, [](const std::string& _srv) { std::cout << _srv << std::endl; });
}
} // namespace CocoaTweet::API::Statuses