pkgs-lib/tests/formats: fix whitespace after PR #100372

Naturally, TOML doesn't define the exact shape of everything.
nix build -f pkgs/top-level/release.nix pkgs-lib-tests
This commit is contained in:
Vladimír Čunát 2020-10-19 21:17:20 +02:00
parent 4dca83eb54
commit 92c96b7995
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -147,9 +147,7 @@ in runBuildTests {
foo = "foo"
[level1]
[level1.level2]
[level1.level2.level3]
level4 = "deep"
'';