Removed extra blank line. Review: https://reviews.apache.org/r/42911/
Project: http://git-wip-us.apache.org/repos/asf/mesos/repo Commit: http://git-wip-us.apache.org/repos/asf/mesos/commit/6b0a304b Tree: http://git-wip-us.apache.org/repos/asf/mesos/tree/6b0a304b Diff: http://git-wip-us.apache.org/repos/asf/mesos/diff/6b0a304b Branch: refs/heads/master Commit: 6b0a304b538ed3f8daac1038f27945720ae9548a Parents: 45c46f1 Author: Alexander Rukletsov <[email protected]> Authored: Tue Feb 9 19:03:12 2016 +0100 Committer: Benjamin Mahler <[email protected]> Committed: Tue Feb 9 20:00:42 2016 +0100 ---------------------------------------------------------------------- src/master/quota.cpp | 1 - 1 file changed, 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/mesos/blob/6b0a304b/src/master/quota.cpp ---------------------------------------------------------------------- diff --git a/src/master/quota.cpp b/src/master/quota.cpp index e7ce0f1..bec6bd9 100644 --- a/src/master/quota.cpp +++ b/src/master/quota.cpp @@ -94,7 +94,6 @@ Try<QuotaInfo> createQuotaInfo(const QuotaRequest& request) Try<QuotaInfo> createQuotaInfo( const string& role, const RepeatedPtrField<Resource>& resources) - { QuotaInfo quota;
