summaryrefslogtreecommitdiff
path: root/lib/Lifestream.pm
diff options
context:
space:
mode:
Diffstat (limited to 'lib/Lifestream.pm')
-rw-r--r--lib/Lifestream.pm6
1 files changed, 1 insertions, 5 deletions
diff --git a/lib/Lifestream.pm b/lib/Lifestream.pm
index c101ff1..cca6309 100644
--- a/lib/Lifestream.pm
+++ b/lib/Lifestream.pm
@@ -8,11 +8,7 @@ use Lifestream::Worker;
our $VERSION = '0.01';
-has config => (
- is => "rw",
- isa => "HashRef"
-);
-
+has config => ( is => "rw", isa => "HashRef" );
has schema => (
is => 'ro',
isa => 'Lifestream::Schema',