I went through the code and just removed some blank spaces. I also looked it
[mediagoblin.git] / mediagoblin / user_pages / lib.py
index 16da89d6e25c87b687ad988b3f8b33827c96eaae..e5c8defcabe33b2729d12b20c2a0f85faa478d02 100644 (file)
@@ -1,4 +1,4 @@
-# GNU MediaGobli:n -- federated, autonomous media hosting
+# GNU MediaGoblin -- federated, autonomous media hosting
 # Copyright (C) 2011, 2012 MediaGoblin contributors.  See AUTHORS.
 #
 # This program is free software: you can redistribute it and/or modify
@@ -71,8 +71,6 @@ def add_media_to_collection(collection, media, note=None, commit=True):
 
     collection.items = collection.items + 1
     Session.add(collection)
-
-   
     Session.add(media)
 
     if commit: