From 967bb580e64525bb3e123571b42fef45f3eb1779 Mon Sep 17 00:00:00 2001 From: Sven van Heugten Date: Thu, 16 Apr 2026 17:19:01 +0200 Subject: [PATCH] Remove some newlines in the README --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index 8fffe71..881160e 100644 --- a/README.md +++ b/README.md @@ -126,7 +126,6 @@ Assert that a specific change breaks the tests (as discussed [here](https://sven ~~~ ```git-check-assertions ✓ dotnet test - ✓ sed -i '/crucial code/d' Main.fs ✗ dotnet test ``` @@ -137,7 +136,6 @@ Assert that a specific change in a commit is necessary for the tests to succeed: ~~~ ```git-check-assertions ✓ dotnet test - ✓ git checkout HEAD~ Main.fs ✗ dotnet test Invalid URL