[Python-modules-commits] [python-pyld] 77/276: Fix bad indent.

Wolfgang Borgert debacle at moszumanska.debian.org
Wed Oct 8 23:47:55 UTC 2014


This is an automated email from the git hooks/post-receive script.

debacle pushed a commit to branch master
in repository python-pyld.

commit 4e1b199020a02e0c629f863d0d6f35e133a9e04d
Author: Dave Longley <dlongley at digitalbazaar.com>
Date:   Fri May 4 22:16:55 2012 -0400

    Fix bad indent.
---
 lib/pyld/jsonld.py | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/pyld/jsonld.py b/lib/pyld/jsonld.py
index 5775f28..92546c7 100644
--- a/lib/pyld/jsonld.py
+++ b/lib/pyld/jsonld.py
@@ -360,8 +360,8 @@ class JsonLdProcessor:
         options.setdefault('base', '')
 
         try:
-          # expand input then do normalization
-          expanded = self.expand(input, options)
+            # expand input then do normalization
+            expanded = self.expand(input, options)
         except JsonLdError as cause:
             raise JsonLdError('Could not expand input before normalization.',
                 'jsonld.NormalizeError', None, cause)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/python-modules/packages/python-pyld.git



More information about the Python-modules-commits mailing list