Whitespace changes

This commit is contained in:
Jeremy Fincher 2003-04-03 08:24:52 +00:00
parent 8fde27d15f
commit ea11c0ea5f
1 changed files with 1 additions and 2 deletions

View File

@ -462,8 +462,7 @@ class FunCommands(callbacks.Privmsg):
s = 'That function has no documentation.'
irc.reply(msg, s)
Class = FunCommands
# vim:set shiftwidth=4 tabstop=8 expandtab textwidth=78: