whitespace changes for attributes
[catagits/Catalyst-Runtime.git] / lib / Catalyst / Log.pm
index 1314ceb..726ef7d 100644 (file)
@@ -6,7 +6,7 @@ use Data::Dump;
 our %LEVELS = ();
 
 has level => (is => 'rw');
-has _body  => (is => 'rw');
+has _body => (is => 'rw');
 has abort => (is => 'rw');
 
 {