From b6574af84d27a8fd02462a23860ed8dc9474a32c Mon Sep 17 00:00:00 2001 From: Daniel Szoke Date: Mon, 8 Jan 2024 12:05:30 +0100 Subject: [PATCH] Fix rustfmt error --- tests/integration/login.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/integration/login.rs b/tests/integration/login.rs index 46c099c564..4e81d8259f 100644 --- a/tests/integration/login.rs +++ b/tests/integration/login.rs @@ -13,4 +13,4 @@ fn command_login() { #[test] fn command_login_with_token() { register_test("login/login-with-token.trycmd"); -} \ No newline at end of file +}