Clean up delta generation algorithm implementation

This commit is contained in:
Kovid Goyal
2023-07-05 21:07:14 +05:30
parent 83d97c515c
commit 71c7c4b285
4 changed files with 118 additions and 129 deletions

View File

@@ -170,6 +170,7 @@ def stringify_file(path: str) -> None:
def stringify() -> None:
for path in (
'tools/tui/graphics/command.go',
'tools/rsync/algorithm.go',
'kittens/transfer/ftc.go',
):
stringify_file(path)