diff options
author | Franck Cuny <franck@fcuny.net> | 2022-06-28 08:55:13 -0700 |
---|---|---|
committer | Franck Cuny <franck@fcuny.net> | 2022-07-02 14:38:22 -0700 |
commit | 46829c7fd06d37b2f23dac8c36e2f6c4725cda83 (patch) | |
tree | 20dda3986bce6a8a7978d3715997523a994f16a5 /hosts | |
parent | fix(home/git): install pre-commit tool (diff) | |
download | world-46829c7fd06d37b2f23dac8c36e2f6c4725cda83.tar.gz |
fix(new-lines): add or remove new lines where needed
The pre-commit hook for new lines reported and correct a number of issues, so let's commit them now and after that we ca enable the hook for the repository. Change-Id: I5bb882d3c2cca870ef94301303f029acfb308740 Reviewed-on: https://cl.fcuny.net/c/world/+/592 Tested-by: CI Reviewed-by: Franck Cuny <franck@fcuny.net>
Diffstat (limited to '')
-rw-r--r-- | hosts/aptos/default.nix | 1 | ||||
-rw-r--r-- | hosts/carmel/default.nix | 1 | ||||
-rw-r--r-- | hosts/tahoe/default.nix | 1 |
3 files changed, 0 insertions, 3 deletions
diff --git a/hosts/aptos/default.nix b/hosts/aptos/default.nix index 8c26668..7c51741 100644 --- a/hosts/aptos/default.nix +++ b/hosts/aptos/default.nix @@ -39,4 +39,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.11"; # Did you read the comment? } - diff --git a/hosts/carmel/default.nix b/hosts/carmel/default.nix index 386cad6..00ae881 100644 --- a/hosts/carmel/default.nix +++ b/hosts/carmel/default.nix @@ -30,4 +30,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.11"; # Did you read the comment? } - diff --git a/hosts/tahoe/default.nix b/hosts/tahoe/default.nix index 1998a51..ceb6152 100644 --- a/hosts/tahoe/default.nix +++ b/hosts/tahoe/default.nix @@ -19,4 +19,3 @@ # (e.g. man configuration.nix or on https://nixos.org/nixos/options.html). system.stateVersion = "21.11"; # Did you read the comment? } - |