From a090a070eeac96fed493d29d3623cdaaaba2455c Mon Sep 17 00:00:00 2001 From: Ivan Enderlin Date: Thu, 1 Jun 2023 10:08:59 +0200 Subject: [PATCH] chore(cargo): Add missing EOF. --- crates/matrix-sdk-ui/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/crates/matrix-sdk-ui/Cargo.toml b/crates/matrix-sdk-ui/Cargo.toml index 54f7c58a5..fedbb514b 100644 --- a/crates/matrix-sdk-ui/Cargo.toml +++ b/crates/matrix-sdk-ui/Cargo.toml @@ -50,4 +50,4 @@ wiremock = "0.5.13" [[test]] name = "integration" -required-features = ["testing"] \ No newline at end of file +required-features = ["testing"]