fixed more indentation

This commit is contained in:
Baris Usakli
2013-06-20 16:52:42 -04:00
parent e7619e6fe3
commit aaab212128
3 changed files with 19 additions and 19 deletions

View File

@@ -16,12 +16,12 @@
return rss.createNewFeed(
title,
feed_url,
description,
author,
xml_url,
{
'urn' : urn
}
description,
author,
xml_url,
{
'urn' : urn
}
);
}