]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
nit - fix obvious error
authorDylan William Hardison <dylan@hardison.net>
Tue, 20 Nov 2018 22:30:22 +0000 (17:30 -0500)
committerDylan William Hardison <dylan@hardison.net>
Tue, 20 Nov 2018 22:30:22 +0000 (17:30 -0500)
Bugzilla/Test/Util.pm

index 5bf167b82920dcb5112f62c583da14adaf6db978..16d82ac1ef48816b8a8d26a1a3442960bbc15605 100644 (file)
@@ -84,6 +84,8 @@ sub issue_api_key {
         return Bugzilla::User::APIKey->create_special($params);
     } else {
         return Bugzilla::User::APIKey->create($params);
+    }
+}
 
 sub create_bug {
   state $check = compile_named(