Skip to content

Commit 30cdd53

Browse files
committed
fixed indenting
1 parent 1069225 commit 30cdd53

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/esp8266/ESP8266AWSImplentations.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,10 +35,10 @@ char* Esp8266HttpClient::send(const char* request, const char* serverUrl, int po
3535
response.concat(c);
3636
Serial.print('.');
3737
}
38-
}
3938

40-
// disconnect any open connections
41-
sclient.stop();
39+
// disconnect any open connections
40+
sclient.stop();
41+
}
4242

4343
} else {
4444
// connection was unsuccessful

0 commit comments

Comments
 (0)