Skip to content

Commit 50ce4e7

Browse files
author
Gerit Wagner
committed
format
1 parent f860280 commit 50ce4e7

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

colrev/packages/remove_coverpage/src/remove_cover_page.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -76,15 +76,13 @@ def _check_emerald_first_page(self, *, page0: str, coverpages: list) -> None:
7676
def _check_jise_first_page(self, *, page0: str, coverpages: list) -> None:
7777
if (
7878
"findarchivedpapers,submissioninstructions,termsofuse,"
79-
"andmuchmoreatthejisewebsite:https://jise.org"
80-
in page0
79+
"andmuchmoreatthejisewebsite:https://jise.org" in page0
8180
):
8281
coverpages.append(0)
8382
if (
8483
"fulltermsandconditionsofaccessanduse,archivedpapers,"
8584
"submissioninstructions,asearchtool,andmuchmorecanbe"
86-
"foundonthejisewebsite:http://jise.org"
87-
in page0
85+
"foundonthejisewebsite:http://jise.org" in page0
8886
):
8987
coverpages.append(0)
9088

0 commit comments

Comments
 (0)