diff --git a/push-syndication.php b/push-syndication.php
index 9e9b353b15b03e24b76c71ffa847a790f7269650..86484d97549413a690962d04cbaf30cbe35c096a 100644
--- a/push-syndication.php
+++ b/push-syndication.php
@@ -15,11 +15,8 @@ License:      GPLv2 or later
 require_once ( dirname( __FILE__ ) . '/includes/class-wp-push-syndication-server.php' );
 require_once ( dirname( __FILE__ ) . '/includes/class-wpcom-push-syndication-server.php' );
 
-
 if ( !defined( 'PUSH_SYNDICATION_ENVIRONMENT' ) )
     define( 'PUSH_SYNDICATION_ENVIRONMENT', 'WP' );
 
 $push_syndication_server_class = PUSH_SYNDICATION_ENVIRONMENT . '_Push_Syndication_Server';
 $push_syndication_server = new $push_syndication_server_class();
-
-?>