Skip to content

Commit

Permalink
CTX-6563: Added missing newline at the end of the file.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bogdan Tintor committed Sep 4, 2024
1 parent b64138a commit f3639b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion coretex/utils/misc.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ def generateSha256Checksum(path: Path) -> str:
while chunk := file.read(chunkSize):
sha256.update(chunk)

return sha256.hexdigest()
return sha256.hexdigest()

0 comments on commit f3639b3

Please sign in to comment.