This is an automated email from the ASF dual-hosted git repository.
bbannier pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/mesos.git
The following commit(s) were added to refs/heads/master by this push:
new 8ee80b7 Removed an empty line as flagged by cpplint.
8ee80b7 is described below
commit 8ee80b79cfd31e7947f95ef2674db3f239cb32c4
Author: Benjamin Bannier <[email protected]>
AuthorDate: Fri Nov 1 12:16:36 2019 +0100
Removed an empty line as flagged by cpplint.
Review: https://reviews.apache.org/r/71709
---
src/tests/registrar_tests.cpp | 1 -
1 file changed, 1 deletion(-)
diff --git a/src/tests/registrar_tests.cpp b/src/tests/registrar_tests.cpp
index ab18138..6394357 100644
--- a/src/tests/registrar_tests.cpp
+++ b/src/tests/registrar_tests.cpp
@@ -1748,7 +1748,6 @@ TEST_F(RegistrarTest, UpdateQuotaInvalid)
AWAIT_FALSE(
registrar.apply(Owned<RegistryOperation>(new UpdateQuota(configs))));
-
}