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/3eb52bf4 Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/3eb52bf4 Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/3eb52bf4 Branch: refs/heads/1.6.x Commit: 3eb52bf49f2ca8ecab06e8aab79f6931cb9bf8dd Parents: 47ff5ec 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:12:52 2018 -0700 ---------------------------------------------------------------------- src/master/http.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/3eb52bf4/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
