We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17b49af commit 1eace9bCopy full SHA for 1eace9b
src/Arduino_WiFiConnectionHandler.h
@@ -38,7 +38,7 @@ class WiFiConnectionHandler : public ConnectionHandler
38
39
40
virtual unsigned long getTime() override;
41
- virtual Client & getClient() override{ return _wifi_client; }
+ virtual Client & getClient() override { return _wifi_client; }
42
virtual UDP & getUDP() override { return _wifi_udp; }
43
44
0 commit comments