From 19c064d168ed83c9f8e4d1f550851833a9d8f86d Mon Sep 17 00:00:00 2001 From: Ned Batchelder Date: Sun, 20 Dec 2009 19:38:32 -0500 Subject: lint lint --- test/test_arcs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/test_arcs.py') diff --git a/test/test_arcs.py b/test/test_arcs.py index f93e1f5..5698ca5 100644 --- a/test/test_arcs.py +++ b/test/test_arcs.py @@ -245,7 +245,7 @@ class LoopArcTest(CoverageTest): a = 12 else: a = 14 - + branches_2([0,1]) branches_3([0,1]) """, -- cgit v1.2.1