From 18c32285c17b1150068c949b49729a0f43868755 Mon Sep 17 00:00:00 2001 From: Steve Lau Date: Fri, 3 Jan 2025 12:34:16 +0800 Subject: [PATCH] style: fmt --- src/config.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.rs b/src/config.rs index 6db312fb..deafae4f 100644 --- a/src/config.rs +++ b/src/config.rs @@ -1729,4 +1729,4 @@ mod test { config.opt = CommandLineArgs::parse_from(["topgrade", "--remote-host-limit", "other_hostname"]); assert!(!config.should_execute_remote(Ok("hostname".to_string()), "user@remote_hostname")) } -} \ No newline at end of file +}