Skip to content

Commit c818dc1

Browse files
committed
fix: ensure all files end with a single newline
1 parent 2f1bd53 commit c818dc1

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

src/gitingest/cli.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -212,4 +212,4 @@ async def _async_main(
212212

213213

214214
if __name__ == "__main__":
215-
main()
215+
main()

test.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5924,5 +5924,3 @@ async def _assert_basic_repo_fields(url: str) -> IngestionQuery:
59245924
assert query.slug == "user-repo"
59255925

59265926
return query
5927-
5928-

0 commit comments

Comments
 (0)