chore: set up treefmt-nix and reformat
1 file changed, 4 insertions(+), 2 deletions(-)
changed files
M internal/config/default.go → internal/config/default.go
@@ -13,8 +13,10 @@ Owner: "NixOS", Repo: "nixpkgs", } -const none = "'none'" -const self = "'self'" +const ( + none = "'none'" + self = "'self'" +) const maxAge = (1 * 365 * 24 * time.Hour)