Fixed indentation bug.

This commit is contained in:
Jeremy Fincher 2003-12-30 01:53:44 +00:00
parent 629dd867f1
commit 92ad8bfb14
1 changed files with 2 additions and 2 deletions

View File

@ -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: