From 92ad8bfb1463acafa890a16f725631c2911d4e53 Mon Sep 17 00:00:00 2001 From: Jeremy Fincher Date: Tue, 30 Dec 2003 01:53:44 +0000 Subject: [PATCH] Fixed indentation bug. --- test/test_Karma.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/test_Karma.py b/test/test_Karma.py index 081b11a89..d181330eb 100644 --- a/test/test_Karma.py +++ b/test/test_Karma.py @@ -142,8 +142,8 @@ if sqlite is not None: self.assertNotError('karma config karma-most-display 25') self.assertRegexp('karma most active', 'bar') - def testIncreaseKarmaWithNickNotCallingInvalidCommand(self): - self.assertNoResponse('%s: foo++' % self.irc.nick, 3) + def testIncreaseKarmaWithNickNotCallingInvalidCommand(self): + self.assertNoResponse('%s: foo++' % self.irc.nick, 3) # vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: