aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobin H. Johnson <robbat2@gentoo.org>2008-06-08 04:50:17 +0000
committerRobin H. Johnson <robbat2@gentoo.org>2008-06-08 04:50:17 +0000
commit645461222b958316e5e950b8b737b7f13e55750a (patch)
treefa0695c042afc857f614760ceb49f6eb6713969f
parentConvert announcements to use search. (diff)
downloadrbot-bugzilla-645461222b958316e5e950b8b737b7f13e55750a.tar.gz
rbot-bugzilla-645461222b958316e5e950b8b737b7f13e55750a.tar.bz2
rbot-bugzilla-645461222b958316e5e950b8b737b7f13e55750a.zip
Fix whitespace.
-rw-r--r--bugzilla.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/bugzilla.rb b/bugzilla.rb
index e2c6c7e..37a3aed 100644
--- a/bugzilla.rb
+++ b/bugzilla.rb
@@ -342,8 +342,8 @@ class BugzillaPlugin < Plugin
end
bug_error = bugxml.attribute("error").to_s
if bug_error.length > 0
- # TODO: Create Exception classes for other error modes.
- case bug_error.downcase
+ # TODO: Create Exception classes for other error modes.
+ case bug_error.downcase
when "notpermitted"
raise ENotPermitted.new(name, bugno)
else