Changeset 112 for trunk/tests/bar.py

Show
Ignore:
Timestamp:
10/28/08 16:28:25 (4 years ago)
Author:
lgs
Message:

Remove whitespace

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/tests/bar.py

    r109 r112  
    170170            self.assertAlmostEqual(ch.yticks[i][0], yticks[i][0], 4) 
    171171            self.assertAlmostEqual(ch.yticks[i][1], yticks[i][1], 4) 
    172              
     172 
    173173    def test_udpateTicksWithNegatives(self): 
    174174        surface = cairo.ImageSurface(cairo.FORMAT_ARGB32, 500, 500) 
     
    244244            ('dataset1', ([0, -3], [1, -1], [2, 3], [3, 5])), 
    245245            ) 
    246   
     246 
    247247        ch = pycha.bar.HorizontalBarChart(surface) 
    248248        ch.addDataset(dataset)