From d63efa6f5ca36159a978d749f2c87ce693787a47 Mon Sep 17 00:00:00 2001 From: a-kenji Date: Mon, 22 Dec 2025 19:36:23 +0100 Subject: [PATCH] treefmt/tests: Fix whitespace Fix whitespace in the following `treefmt.tests`: - buildConfigExample - buildConfigModules The test failure was introduced in `f80b06e6d872f3b7f24212ef5d1773fc9d478b3e`, when the `remarshal` package, that is used for `toml` generation updated it's `tomlkit` dependency from `0.13.2 -> 0.13.3` in the following commit: [387]. [387]: https://github.com/python-poetry/tomlkit/issues/387 --- pkgs/by-name/tr/treefmt/tests.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/by-name/tr/treefmt/tests.nix b/pkgs/by-name/tr/treefmt/tests.nix index fd84f398012b..c13b26b67b0f 100644 --- a/pkgs/by-name/tr/treefmt/tests.nix +++ b/pkgs/by-name/tr/treefmt/tests.nix @@ -45,6 +45,7 @@ in expected = '' on-unmatched = "info" tree-root-file = ".git/index" + [formatter.nixfmt] command = "nixfmt" includes = ["*.nix"] @@ -60,6 +61,7 @@ in expected = '' on-unmatched = "info" tree-root-file = "overridden" + [formatter.nixfmt] command = "nixfmt" includes = ["*.nix"]