Skip to content

Commit

Permalink
filelock: add missing newline
Browse files Browse the repository at this point in the history
Signed-off-by:  Eric Callahan <[email protected]>
  • Loading branch information
Arksine committed Apr 27, 2024
1 parent 7394a22 commit 546a17f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion moonraker/utils/filelock.py
Original file line number Diff line number Diff line change
Expand Up @@ -107,4 +107,4 @@ async def release(self) -> None:
return
loop = asyncio.get_running_loop()
await loop.run_in_executor(None, self._release_file)
self.locked = False
self.locked = False

0 comments on commit 546a17f

Please sign in to comment.