Add a NoTabs test and make it pass.
[catagits/Catalyst-Plugin-Authentication.git] / t / lib / AuthTestApp.pm
index c7c49df..ce0144d 100644 (file)
@@ -3,9 +3,9 @@ use strict;
 use warnings;
 use base qw/Catalyst/;
 use Catalyst qw/
-       Authentication
-       Authentication::Store::Minimal
-       Authentication::Credential::Password
+    Authentication
+    Authentication::Store::Minimal
+    Authentication::Credential::Password
 /;
 
 use Digest::MD5 qw/md5/;