From 8c26afa026003df96d79f3c7b896adaf3a1155b6 Mon Sep 17 00:00:00 2001 From: Rafael Madriz <3alouchi2006@gmail.com> Date: Sun, 15 Aug 2021 15:59:25 +0200 Subject: [PATCH] test push, added missing semicolon --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index b0806b9..0e535ea 100644 --- a/src/main.rs +++ b/src/main.rs @@ -66,7 +66,7 @@ fn main() { } else { println!("ERROR: the package wasn't found in the repos and aur support is disabled"); println!("Please enable aur support if you wish to check if this package exists in the aur"); - exit(1) + exit(1); } } } else if configfile.backends.aur.unwrap() == true {