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"]