Repository: mesos Updated Branches: refs/heads/master 5b42b52f5 -> e6298aef8
Minor style fix. Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/e6298aef Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/e6298aef Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/e6298aef Branch: refs/heads/master Commit: e6298aef83039dacc80b8e2a8778efacbaa63efc Parents: 5b42b52 Author: Jiang Yan Xu <[email protected]> Authored: Mon May 7 17:05:06 2018 -0700 Committer: Jiang Yan Xu <[email protected]> Committed: Mon May 7 17:05:06 2018 -0700 ---------------------------------------------------------------------- src/master/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/e6298aef/src/master/http.cpp ---------------------------------------------------------------------- diff --git a/src/master/http.cpp b/src/master/http.cpp index 63fbd86..0492b97 100644 --- a/src/master/http.cpp +++ b/src/master/http.cpp @@ -4300,7 +4300,7 @@ Future<Response> Master::Http::__updateMaintenanceSchedule( return master->registrar->apply(Owned<RegistryOperation>( new maintenance::UpdateSchedule(schedule))) - .onAny([](const Future<bool>& result){ + .onAny([](const Future<bool>& result) { // TODO(fiu): Consider changing/refactoring the registrar itself // so the individual call sites don't need to handle this separately. // All registrar failures that cause it to abort should instead
