Return-Path: X-Original-To: apmail-aurora-commits-archive@minotaur.apache.org Delivered-To: apmail-aurora-commits-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id A401617E99 for ; Thu, 25 Sep 2014 17:58:06 +0000 (UTC) Received: (qmail 19084 invoked by uid 500); 25 Sep 2014 17:58:06 -0000 Delivered-To: apmail-aurora-commits-archive@aurora.apache.org Received: (qmail 19052 invoked by uid 500); 25 Sep 2014 17:58:06 -0000 Mailing-List: contact commits-help@aurora.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@aurora.incubator.apache.org Delivered-To: mailing list commits@aurora.incubator.apache.org Received: (qmail 19043 invoked by uid 99); 25 Sep 2014 17:58:06 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 17:58:06 +0000 X-ASF-Spam-Status: No, hits=-2000.8 required=5.0 tests=ALL_TRUSTED,RP_MATCHES_RCVD X-Spam-Check-By: apache.org Received: from [140.211.11.3] (HELO mail.apache.org) (140.211.11.3) by apache.org (qpsmtpd/0.29) with SMTP; Thu, 25 Sep 2014 17:58:05 +0000 Received: (qmail 18641 invoked by uid 99); 25 Sep 2014 17:57:44 -0000 Received: from tyr.zones.apache.org (HELO tyr.zones.apache.org) (140.211.11.114) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 25 Sep 2014 17:57:44 +0000 Received: by tyr.zones.apache.org (Postfix, from userid 65534) id 5D009914C1E; Thu, 25 Sep 2014 17:57:44 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: wickman@apache.org To: commits@aurora.incubator.apache.org Message-Id: X-Mailer: ASF-Git Admin Mailer Subject: git commit: Fix checkstyle broken by rb/26015. Date: Thu, 25 Sep 2014 17:57:44 +0000 (UTC) X-Virus-Checked: Checked by ClamAV on apache.org Repository: incubator-aurora Updated Branches: refs/heads/master 2ff98859b -> caf7e1702 Fix checkstyle broken by rb/26015. Testing Done: My commit made it in. Reviewed at https://reviews.apache.org/r/26043/ Project: http://git-wip-us.apache.org/repos/asf/incubator-aurora/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-aurora/commit/caf7e170 Tree: http://git-wip-us.apache.org/repos/asf/incubator-aurora/tree/caf7e170 Diff: http://git-wip-us.apache.org/repos/asf/incubator-aurora/diff/caf7e170 Branch: refs/heads/master Commit: caf7e170230b8181fc5a5f728539c0feaef080b9 Parents: 2ff9885 Author: Brian Wickman Authored: Thu Sep 25 10:57:42 2014 -0700 Committer: Brian Wickman Committed: Thu Sep 25 10:57:42 2014 -0700 ---------------------------------------------------------------------- src/test/python/apache/aurora/client/cli/test_cron.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-aurora/blob/caf7e170/src/test/python/apache/aurora/client/cli/test_cron.py ---------------------------------------------------------------------- diff --git a/src/test/python/apache/aurora/client/cli/test_cron.py b/src/test/python/apache/aurora/client/cli/test_cron.py index e9d0b98..56f0bd4 100644 --- a/src/test/python/apache/aurora/client/cli/test_cron.py +++ b/src/test/python/apache/aurora/client/cli/test_cron.py @@ -188,4 +188,4 @@ class TestCronNoun(AuroraClientCommandTest): assert result == EXIT_OK mock_scheduler_proxy.getJobs.assert_called_once_with("bozo") - mock_print.assert_called_with("west/bozo/test/hello\t * * * * *") \ No newline at end of file + mock_print.assert_called_with("west/bozo/test/hello\t * * * * *")