Fix a little something caught by perl -c.
authorJason Stephenson <jason@sigio.com>
Sat, 27 Sep 2014 12:37:29 +0000 (08:37 -0400)
committerJason Stephenson <jason@sigio.com>
Sat, 27 Sep 2014 12:37:29 +0000 (08:37 -0400)
Signed-off-by: Jason Stephenson <jason@sigio.com>
lib/NCIP/ILS.pm

index df63d82..ef64d93 100644 (file)
@@ -459,7 +459,7 @@ sub find_bibliographic_ids {
         }
     }
 
-    return (wantarray) @ids : [@ids];
+    return (wantarray) @ids : [@ids];
 }
 
 1;