Skip to content

Commit

Permalink
Drop extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
codingjoe committed Aug 9, 2024
1 parent 982f197 commit 0b56dd6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion relint/parse.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
from rich.panel import Panel
from rich.syntax import Syntax


GIT_DIFF_LINE_NUMBERS_PATTERN = re.compile(r"@ -\d+(,\d+)? \+(\d+)(,)?(\d+)? @")
GIT_DIFF_FILENAME_PATTERN = re.compile(r"(?:\n|^)diff --git a\/.* b\/(.*)(?:\n|$)")
GIT_DIFF_SPLIT_PATTERN = re.compile(r"(?:\n|^)diff --git a\/.* b\/.*(?:\n|$)")
Expand Down

0 comments on commit 0b56dd6

Please sign in to comment.