You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mesos.apache.org by be...@apache.org on 2014/06/04 02:52:58 UTC

git commit: Removed newline (style failure).

Repository: mesos
Updated Branches:
  refs/heads/master 120f35548 -> 4a91f9a46


Removed newline (style failure).


Project: http://git-wip-us.apache.org/repos/asf/mesos/repo
Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/4a91f9a4
Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/4a91f9a4
Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/4a91f9a4

Branch: refs/heads/master
Commit: 4a91f9a462bd0ac8ba0e7b0838e2a14e8479b7af
Parents: 120f355
Author: Benjamin Hindman <be...@gmail.com>
Authored: Tue Jun 3 17:52:49 2014 -0700
Committer: Benjamin Hindman <be...@gmail.com>
Committed: Tue Jun 3 17:52:49 2014 -0700

----------------------------------------------------------------------
 src/tests/scheduler_tests.cpp | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/mesos/blob/4a91f9a4/src/tests/scheduler_tests.cpp
----------------------------------------------------------------------
diff --git a/src/tests/scheduler_tests.cpp b/src/tests/scheduler_tests.cpp
index d165612..5cc6b26 100644
--- a/src/tests/scheduler_tests.cpp
+++ b/src/tests/scheduler_tests.cpp
@@ -87,7 +87,6 @@ protected:
     MOCK_METHOD0(disconnected, void(void));
     MOCK_METHOD1(received, void(const std::queue<Event>&));
   };
-
 };