From 0f18e145ebbceb0eb40c35e0604de6acbec326a9 Mon Sep 17 00:00:00 2001 From: NotAShelf Date: Mon, 17 Apr 2023 21:56:21 +0300 Subject: [PATCH] style: formatting --- modules/basic/module.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/basic/module.nix b/modules/basic/module.nix index 08a3c86..82dd802 100644 --- a/modules/basic/module.nix +++ b/modules/basic/module.nix @@ -143,6 +143,6 @@ with builtins; { type = types.bool; default = false; description = "Follow editorconfig rules in current directory"; - }; + }; }; }