Perltidy + pod tests for all session plugins
[catagits/Catalyst-Plugin-Session.git] / lib / Catalyst / Plugin / Session / Store.pm
index 246d3fe..ce464e9 100644 (file)
@@ -18,8 +18,8 @@ drivers.
 
 =head1 SYNOPSIS
 
-       package Catalyst::Plugin::Session::Store::MyBackend;
-       use base qw/Catalyst::Plugin::Session::Store/;
+    package Catalyst::Plugin::Session::Store::MyBackend;
+    use base qw/Catalyst::Plugin::Session::Store/;
 
 =head1 DESCRIPTION