Skip to content

Commit

Permalink
fix indent
Browse files Browse the repository at this point in the history
  • Loading branch information
PythonFZ committed Dec 6, 2024
1 parent 7963ac6 commit 51f7773
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zntrack/state.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def nwd(self):
if self.tmp_path is not None:
return self.tmp_path
if "nwd" not in self.node.__dict__:
self.node.__dict__["nwd"] = get_nwd(self.node)
self.node.__dict__["nwd"] = get_nwd(self.node)

return get_nwd(self.node)

Expand Down

0 comments on commit 51f7773

Please sign in to comment.