Skip to content

Commit bcfc504

Browse files
committed
Fix: C0305: Trailing newlines (trailing-newlines)
1 parent 546ea30 commit bcfc504

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

0005-Regular-Expressions-Search/regex_search.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,5 +20,3 @@
2020

2121
RESULT = re.search(r'World', 'Hello World Welcome!')
2222
print(bool(RESULT)) # Output: True
23-
24-

0 commit comments

Comments
 (0)