Whitespace and formatting cleanup.
[mediagoblin.git] / mediagoblin / middleware / noop.py
index 283802325f15542e3b667585d4b49169821f8438..820b5d9e49adce4bce5d91b95f16309266d7b988 100644 (file)
@@ -14,6 +14,7 @@
 # You should have received a copy of the GNU Affero General Public License
 # along with this program.  If not, see <http://www.gnu.org/licenses/>.
 
+
 class NoOpMiddleware(object):
 
     def __init__(self, mg_app):