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 /home | |
| parent | fix(home/git): install pre-commit tool (diff) | |
| download | infra-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 'home')
| -rw-r--r-- | home/scanner/default.nix | 1 | ||||
| -rw-r--r-- | home/shell/zsh/prompt.zsh | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/home/scanner/default.nix b/home/scanner/default.nix index fefbd54..ee51239 100644 --- a/home/scanner/default.nix +++ b/home/scanner/default.nix @@ -9,4 +9,3 @@ in home.packages = with pkgs; [ tesseract imagemagick exiftool sane-airscan ]; }; } - diff --git a/home/shell/zsh/prompt.zsh b/home/shell/zsh/prompt.zsh index 1c21d4b..291f436 100644 --- a/home/shell/zsh/prompt.zsh +++ b/home/shell/zsh/prompt.zsh @@ -8,4 +8,3 @@ if [ "$TERM" = "dumb" ]; then PS1='$ ' unsetopt zle fi - |
