Remove redundant method header and fix indent

This commit is contained in:
Martin Becker
2017-07-20 08:21:29 +02:00
parent fcb623ce91
commit d0ab6c4fd1
2 changed files with 47 additions and 48 deletions

View File

@@ -82,7 +82,6 @@ class WebSocketsClient: private WebSockets {
void setAuthorization(const char * auth);
void setExtraHeaders(const char * extraHeaders = NULL);
void setExtraHeaders(char * extraHeaders);
protected:
String _host;