summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/WebService.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Example/lib/WebService.pm')
-rw-r--r--extensions/Example/lib/WebService.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/Example/lib/WebService.pm b/extensions/Example/lib/WebService.pm
index 7b1940462..f50c6e6cb 100644
--- a/extensions/Example/lib/WebService.pm
+++ b/extensions/Example/lib/WebService.pm
@@ -14,8 +14,8 @@ use base qw(Bugzilla::WebService);
use Bugzilla::Error;
use constant PUBLIC_METHODS => qw(
- hello
- throw_an_error
+ hello
+ throw_an_error
);
# This can be called as Example.hello() from the WebService.