Skip to content

Commit a581831

Browse files
committed
fix: reorder SCIHUB_PROXY_REQUEST_PDF declaration for consistency
1 parent 39e4fc4 commit a581831

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/consts/uris.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ impl Uris {
1313
"sci-hub.se",
1414
];
1515

16+
pub const SCIHUB_PROXY_REQUEST_PDF: &'static str = "https://tools.monlib.net/scihub?url=";
1617
pub const WIKIPEDIA_API_REQUEST_PDF: &'static str = "https://en.wikipedia.org/api/rest_v1/page/pdf/";
1718
pub const WIKISOURCE_API_REQUEST_PDF: &'static str = "https://en.wikisource.org/api/rest_v1/page/pdf/";
18-
pub const SCIHUB_PROXY_REQUEST_PDF: &'static str = "https://tools.monlib.net/scihub?url=";
1919

2020
}

0 commit comments

Comments
 (0)