From 556e32810d764a0d4c67e5605da1001a542a819a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Juli=C3=A1n=20Espina?= Date: Wed, 20 Sep 2023 15:08:22 +0000 Subject: [PATCH] Add missing newlines --- .vscode/launch.json | 2 +- Cargo.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vscode/launch.json b/.vscode/launch.json index 5c3a213..48efcbc 100644 --- a/.vscode/launch.json +++ b/.vscode/launch.json @@ -232,4 +232,4 @@ "cwd": "${workspaceFolder}" } ] -} \ No newline at end of file +} diff --git a/Cargo.toml b/Cargo.toml index 75bf803..0262ec3 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -42,4 +42,4 @@ harness = false [[test]] name = "to_fixed" path = "tests/to_fixed.rs" -required-features = ["to-fixed"] \ No newline at end of file +required-features = ["to-fixed"]