Remove some newlines in the README

This commit is contained in:
Sven van Heugten 2026-04-16 17:19:01 +02:00
parent fc7c23355a
commit 967bb580e6
No known key found for this signature in database
GPG key ID: D612F88666F4F660

View file

@ -126,7 +126,6 @@ Assert that a specific change breaks the tests (as discussed [here](https://sven
~~~ ~~~
```git-check-assertions ```git-check-assertions
✓ dotnet test ✓ dotnet test
✓ sed -i '/crucial code/d' Main.fs ✓ sed -i '/crucial code/d' Main.fs
✗ dotnet test ✗ dotnet test
``` ```
@ -137,7 +136,6 @@ Assert that a specific change in a commit is necessary for the tests to succeed:
~~~ ~~~
```git-check-assertions ```git-check-assertions
✓ dotnet test ✓ dotnet test
✓ git checkout HEAD~ Main.fs ✓ git checkout HEAD~ Main.fs
✗ dotnet test ✗ dotnet test
Invalid URL Invalid URL