mirror of
https://github.com/daveallie/crosspoint-reader.git
synced 2026-02-06 23:57:39 +03:00
Fix format
This commit is contained in:
parent
b32bf51f0a
commit
8cea95de25
@ -21,9 +21,7 @@ void addAuthHeaders(HTTPClient& http) {
|
|||||||
http.addHeader("x-auth-key", KOREADER_STORE.getMd5Password().c_str());
|
http.addHeader("x-auth-key", KOREADER_STORE.getMd5Password().c_str());
|
||||||
}
|
}
|
||||||
|
|
||||||
bool isHttpsUrl(const std::string& url) {
|
bool isHttpsUrl(const std::string& url) { return url.rfind("https://", 0) == 0; }
|
||||||
return url.rfind("https://", 0) == 0;
|
|
||||||
}
|
|
||||||
} // namespace
|
} // namespace
|
||||||
|
|
||||||
KOReaderSyncClient::Error KOReaderSyncClient::authenticate() {
|
KOReaderSyncClient::Error KOReaderSyncClient::authenticate() {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user