mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-17 14:04:52 +02:00
Clean up delta generation algorithm implementation
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user