Style issue fixed

pull/10811/head
mudassar-ublox 2019-06-13 16:58:50 +05:00
parent 488d47b723
commit 3ad1ee1fe4
1 changed files with 1 additions and 1 deletions

View File

@ -434,7 +434,7 @@ void UBLOX_AT_CellularStack::clear_socket(CellularSocket *socket)
socket->pending_bytes = 0;
socket->closed = true;
if (socket->_cb) {
socket->_cb(socket->_data);
socket->_cb(socket->_data);
}
}
}