whitespace cleanup
[catagits/Catalyst-Runtime.git] / t / lib / TestApp / Model / ClosuresInConfig.pm
index 8f005b4..224f509 100644 (file)
@@ -5,7 +5,7 @@ use namespace::clean -except => 'meta';
 extends 'TestApp::Model';
 
 # Note - don't call ->config in here until the constructor calls it to
-#        retrieve config, so that we get the 'copy from parent' path, 
+#        retrieve config, so that we get the 'copy from parent' path,
 #        and ergo break due to the closure if dclone is used there..
 
 __PACKAGE__->meta->make_immutable;