pivotal-jbarrett commented on code in PR #970:
URL: https://github.com/apache/geode-native/pull/970#discussion_r948230496
##########
cppcache/src/StreamDataInput.cpp:
##########
@@ -60,9 +58,7 @@ void StreamDataInput::readDataIfNotAvailable(size_t size) {
.c_str(),
std::chrono::duration_cast<std::chrono::milliseconds>(timeSpent)
.count(),
- std::chrono::duration_cast<std::chrono::milliseconds>(
- remainingTimeBeforeTimeout_)
- .count());
+ remainingTimeBeforeTimeout_.count());
if (remainingTimeBeforeTimeout_ <= std::chrono::milliseconds ::zero()) {
Review Comment:
Surprised the formatter didn't catch this but what's with the space between
milliseconds and zero?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]