Swap tabs for space
[catagits/Catalyst-Plugin-Authentication.git] / lib / Catalyst / Authentication / User / Hash.pm
index 3fd47ce..4ba8d72 100644 (file)
@@ -111,11 +111,11 @@ object based on hashes.
 
 =head1 SYNOPSIS
 
-       use Catalyst::Authentication::User::Hash;
-       
-       Catalyst::Authentication::User::Hash->new(
-               password => "s3cr3t",
-       );
+    use Catalyst::Authentication::User::Hash;
+    
+    Catalyst::Authentication::User::Hash->new(
+        password => "s3cr3t",
+    );
 
 =head1 DESCRIPTION