Removed extra space in category for 'fmt' dev shell command (#90)

This commit is contained in:
Ashwin Mathi 2023-03-08 12:16:08 -05:00 committed by GitHub
parent 0c236b742d
commit 8c0cd3c2fa
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -79,7 +79,7 @@
fmt = {
description = "Format the source tree";
exec = "${lib.getExe config.treefmt.build.wrapper}";
category = "Dev Tools ";
category = "Dev Tools";
};
run = {
description = "Run the project with ghcid auto-recompile";