From dad7101dd3218c1b0745ee7b74e28cc8ca344d6a Mon Sep 17 00:00:00 2001 From: MozkaGit <43102748+MozkaGit@users.noreply.github.com> Date: Sun, 10 Sep 2023 17:36:36 +0200 Subject: [PATCH] Add new line in lib.rs Co-authored-by: Skitty --- src/rust/mangastream/sources/phenixscans/src/lib.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rust/mangastream/sources/phenixscans/src/lib.rs b/src/rust/mangastream/sources/phenixscans/src/lib.rs index e5abc33d9..0ee95c18b 100644 --- a/src/rust/mangastream/sources/phenixscans/src/lib.rs +++ b/src/rust/mangastream/sources/phenixscans/src/lib.rs @@ -52,4 +52,4 @@ fn modify_image_request(request: Request) { #[handle_url] pub fn handle_url(url: String) -> Result { get_instance().handle_url(url) -} \ No newline at end of file +}