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 /users | |
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-- | users/fcuny/blog/archetypes/default.md | 1 | ||||
-rw-r--r-- | users/fcuny/blog/content/blog/google-doc-failure.org | 1 | ||||
-rw-r--r-- | users/fcuny/blog/static/CNAME | 2 | ||||
-rw-r--r-- | users/fcuny/exp/buckit/README.org | 1 | ||||
-rw-r--r-- | users/fcuny/notes/archetypes/default.md | 1 |
5 files changed, 1 insertions, 5 deletions
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 <package> <version> #+begin_src sh bucket undelete <package> <version> #+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 }} --- - |