trivial change to generate site

git-svn-id: https://svn.apache.org/repos/asf/wink/site/trunk@1479687 13f79535-47bb-0310-9956-ffa450edef68
diff --git a/lib/view.pm b/lib/view.pm
index 4e30c3e..2d0bd24 100644
--- a/lib/view.pm
+++ b/lib/view.pm
@@ -1,11 +1,9 @@
 package view;
 
-#
 # BUILD CONSTRAINT:  all views must return $content, $extension.
 # additional return values (as seen below) are optional.  However,
 # careful use of symlinks and dependency management in path.pm can
 # resolve most issues with this constraint.
-#
 
 use strict;
 use warnings;