summaryrefslogtreecommitdiffstats
path: root/extensions/Example/lib/Auth/Verify.pm
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/Example/lib/Auth/Verify.pm')
-rw-r--r--extensions/Example/lib/Auth/Verify.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/Example/lib/Auth/Verify.pm b/extensions/Example/lib/Auth/Verify.pm
index cac6d1019..4170b93c3 100644
--- a/extensions/Example/lib/Auth/Verify.pm
+++ b/extensions/Example/lib/Auth/Verify.pm
@@ -14,7 +14,7 @@ use Bugzilla::Constants;
# A verifier that always fails.
sub check_credentials {
- return { failure => AUTH_NO_SUCH_USER };
+ return {failure => AUTH_NO_SUCH_USER};
}
1;