Commit aed894fd by Chris Jerdonek

Normalized newline at end of file in a couple example modules.

parent de3f2ad8
......@@ -3,4 +3,4 @@ from examples.lambdas import rot
class PartialsWithLambdas(object):
def rot(self):
return rot
\ No newline at end of file
return rot
......@@ -18,4 +18,4 @@ class TemplatePartial(TemplateSpec):
return [{'item': 'one'}, {'item': 'two'}, {'item': 'three'}]
def thing(self):
return self._context_get('prop')
\ No newline at end of file
return self._context_get('prop')
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment