From 46829c7fd06d37b2f23dac8c36e2f6c4725cda83 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Tue, 28 Jun 2022 08:55:13 -0700 Subject: 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 --- home/scanner/default.nix | 1 - home/shell/zsh/prompt.zsh | 1 - hosts/aptos/default.nix | 1 - hosts/carmel/default.nix | 1 - hosts/tahoe/default.nix | 1 - modules/services/grafana/dashboards/fly-app_rev1.json | 2 +- tools/mpd-stats/systemd/mpd-scrobbler.service | 1 - tools/numap/README.org | 1 - users/fcuny/blog/archetypes/default.md | 1 - users/fcuny/blog/content/blog/google-doc-failure.org | 1 - users/fcuny/blog/static/CNAME | 2 +- users/fcuny/exp/buckit/README.org | 1 - users/fcuny/notes/archetypes/default.md | 1 - 13 files changed, 2 insertions(+), 13 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 - 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? } - diff --git a/modules/services/grafana/dashboards/fly-app_rev1.json b/modules/services/grafana/dashboards/fly-app_rev1.json index 5894078..58bf935 100644 --- a/modules/services/grafana/dashboards/fly-app_rev1.json +++ b/modules/services/grafana/dashboards/fly-app_rev1.json @@ -1736,4 +1736,4 @@ "uid": "eiRE4umnz", "version": 21, "description": "Basic metrics for your app on Fly.io" -} \ No newline at end of file +} diff --git a/tools/mpd-stats/systemd/mpd-scrobbler.service b/tools/mpd-stats/systemd/mpd-scrobbler.service index 7990208..e033a99 100644 --- a/tools/mpd-stats/systemd/mpd-scrobbler.service +++ b/tools/mpd-stats/systemd/mpd-scrobbler.service @@ -40,4 +40,3 @@ LockPersonality=yes # Deny memory mappings that are writable and executable: MemoryDenyWriteExecute=yes - diff --git a/tools/numap/README.org b/tools/numap/README.org index 5781030..c7941b1 100644 --- a/tools/numap/README.org +++ b/tools/numap/README.org @@ -45,4 +45,3 @@ For now only the following classes of hardware are cared for: - NVMe - network - GPU - diff --git a/users/fcuny/blog/archetypes/default.md b/users/fcuny/blog/archetypes/default.md index 7ce2f1a..fdccff8 100644 --- a/users/fcuny/blog/archetypes/default.md +++ b/users/fcuny/blog/archetypes/default.md @@ -2,4 +2,3 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} --- - diff --git a/users/fcuny/blog/content/blog/google-doc-failure.org b/users/fcuny/blog/content/blog/google-doc-failure.org index b4d449d..c12720c 100644 --- a/users/fcuny/blog/content/blog/google-doc-failure.org +++ b/users/fcuny/blog/content/blog/google-doc-failure.org @@ -53,4 +53,3 @@ It's also true that no all documents suffer the same challenges for discoverabil + meeting notes are usually linked to meeting invites (however if you were not part of the meeting, you end up with the same challenges to discover them) + drafts for communications are usually not relevant once the communication has been sent + interview notes are usually transferred to some tools for HR when the feedback is submitted - diff --git a/users/fcuny/blog/static/CNAME b/users/fcuny/blog/static/CNAME index 7398ba2..9d43514 100644 --- a/users/fcuny/blog/static/CNAME +++ b/users/fcuny/blog/static/CNAME @@ -1 +1 @@ -fcuny.net \ No newline at end of file +fcuny.net diff --git a/users/fcuny/exp/buckit/README.org b/users/fcuny/exp/buckit/README.org index bad0dae..5b8caa1 100644 --- a/users/fcuny/exp/buckit/README.org +++ b/users/fcuny/exp/buckit/README.org @@ -55,4 +55,3 @@ buckit delete #+begin_src sh bucket undelete #+end_src - diff --git a/users/fcuny/notes/archetypes/default.md b/users/fcuny/notes/archetypes/default.md index 7ce2f1a..fdccff8 100644 --- a/users/fcuny/notes/archetypes/default.md +++ b/users/fcuny/notes/archetypes/default.md @@ -2,4 +2,3 @@ title: "{{ replace .Name "-" " " | title }}" date: {{ .Date }} --- - -- cgit 1.4.1