Skip to content

Commit

Permalink
add newline endings
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Jan 3, 2024
1 parent 1f88ea8 commit b681f06
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion python/src/addons/Dictionary.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -106,4 +106,4 @@
return call_deprecated_method("LookupText", "lookup_text", self.lookup_text, *args)

def GetManifest(self, *args):
return call_deprecated_method("GetManifest", "get_manifest", self.get_manifest, *args)
return call_deprecated_method("GetManifest", "get_manifest", self.get_manifest, *args)
2 changes: 1 addition & 1 deletion python/src/addons/Match.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -166,4 +166,4 @@

def IsEmpty(self, *args):
"""deprecated, use bool operator"""
return not call_deprecated_method("IsEmpty", "__bool__", self.__bool__, *args)
return not call_deprecated_method("IsEmpty", "__bool__", self.__bool__, *args)

0 comments on commit b681f06

Please sign in to comment.