pdxcodemonkey commented on pull request #697:
URL: https://github.com/apache/geode-native/pull/697#issuecomment-737390893


   Our CI didn't run builds after the last commit, because it has a 
`clang-format` issue:
   
   ```
   @@ -140,7 +140,7 @@ class NamingContextImpl : virtual public NamingContext {
          LOGCOORDINATOR(func);
          LOGCOORDINATOR("Dump follows:");
          dump();
   -      throw -1;
   +      throw - 1;
        }
        return result;
      }
   ```
   If you fix/push this, it should kick off a new set of builds.  Thanks!


----------------------------------------------------------------
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.

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to