Removed final newline from snippet files.

This commit is contained in:
Joao Tavora
2011-10-13 14:34:13 +01:00
parent 6c84d6c428
commit d3086586be
229 changed files with 229 additions and 232 deletions

View File

@@ -51,4 +51,4 @@ class ${1:ClassName}(${2:object}):
(split-string text ",")))
(concat "\n" (make-string (current-column) 32)))
}
$0
$0

View File

@@ -32,4 +32,4 @@ def ${1:name}($2):
(list "" "Arguments:" args (make-string 3 34))
indent)))
}
$0
$0

View File

@@ -30,4 +30,4 @@ def ${1:name}(self, $2):
(list "" "Arguments:" args (make-string 3 34))
indent)))
}
$0
$0

View File

@@ -12,4 +12,4 @@ def ${1:foo}():
return locals()
$1 = property(**$1())
$0
$0

View File

@@ -6,4 +6,4 @@ def _get_${1:foo}(self):
$1 = property(_get_$1)
$0
$0

View File

@@ -9,4 +9,4 @@ def _get_$1(self):
$1 = property(_get_$1, _set_$1)
$0
$0