chore: Add missing new lines at the end of files

chore: Add missing new lines at the end of files
This commit is contained in:
Ivan Enderlin
2022-05-31 10:31:08 +02:00
committed by GitHub
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -5,4 +5,4 @@ default-members = ["benchmarks", "crates/*"]
resolver = "2"
[profile.release]
lto = true
lto = true
+1 -1
View File
@@ -64,4 +64,4 @@ matches = "0.1.9"
matrix-sdk-test = { version = "0.5.0", path = "../matrix-sdk-test" }
proptest = { version = "1.0.0", default-features = false, features = ["std"] }
# required for async_test macro
tokio = { version = "1.7.0", default-features = false, features = ["macros", "rt-multi-thread"] }
tokio = { version = "1.7.0", default-features = false, features = ["macros", "rt-multi-thread"] }