Skip to content

Commit d1413c0

Browse files
authored
Trim trailing empty line from README.md (#109)
1 parent 5bf552b commit d1413c0

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,4 +149,3 @@ Class | Method | HTTP request | Description
149149
- [RecognizeBase64Request](docs/RecognizeBase64Request.md)
150150
- [RegionPoint](docs/RegionPoint.md)
151151
- [ScanBase64Request](docs/ScanBase64Request.md)
152-

scripts/insert-example.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ def sub_match(match):
2020
return read_text(file_name)
2121

2222
text = REPLACE_RE.sub(sub_match, content)
23-
print(text)
23+
print(text, end="")
2424

2525

2626
def parse_args() -> typing.Dict[str, typing.Any]:

0 commit comments

Comments
 (0)