Skip to content

Commit

Permalink
Merge pull request mtalexan#40 from bbrandt/patch-1
Browse files Browse the repository at this point in the history
Fix broken indentation
  • Loading branch information
jallers authored Apr 16, 2021
2 parents 9765dba + 779dc2e commit 14e1a23
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion v1pysdk/v1meta.py
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ def generate_update_doc(self, newdata):
node.text = str(newvalue).decode('utf-8')
else:
node.text = newvalue
update_doc.append(node)
update_doc.append(node)
return update_doc

def create_asset(self, asset_type_name, newdata):
Expand Down

0 comments on commit 14e1a23

Please sign in to comment.