浏览代码

Add missing blank line

Guillaume Ayoub 11 年之前
父节点
当前提交
46628b7a19
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. 1 0
      radicale/ical.py

+ 1 - 0
radicale/ical.py

@@ -61,6 +61,7 @@ def unfold(text):
     """
     return re.sub('\r\n( |\t)', '', text).splitlines()
 
+
 class Item(object):
     """Internal iCal item."""
     def __init__(self, text, name=None):