summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-15 18:45:13 +0100
committerKévin Le Gouguec <kevin.legouguec@gmail.com>2020-03-15 18:45:13 +0100
commit1900b81acff7ec860d9af7f17cbd64533251e257 (patch)
tree2df2fc40fcef2b592ab8f5021b3b8f4421296092
parent63a9ef331f5761410255e5f0f2177111c719e3ac (diff)
downloadmemory-leaks-1900b81acff7ec860d9af7f17cbd64533251e257.tar.xz
Fixup some formatting issues
-rw-r--r--guides/setups/package-management.md2
-rw-r--r--reviews/mailing-lists.md1
2 files changed, 2 insertions, 1 deletions
diff --git a/guides/setups/package-management.md b/guides/setups/package-management.md
index e6afc7a..6906253 100644
--- a/guides/setups/package-management.md
+++ b/guides/setups/package-management.md
@@ -37,6 +37,6 @@ no 32-bit release) and ripgrep:
``` bash
for f in ~/.local/share/bash-completion/*
do
- [ -f "$f" ] && . "$f"
+ [ -f "$f" ] && . "$f"
done
```
diff --git a/reviews/mailing-lists.md b/reviews/mailing-lists.md
index 0d7456d..70722b9 100644
--- a/reviews/mailing-lists.md
+++ b/reviews/mailing-lists.md
@@ -13,6 +13,7 @@ captures both sides of the argument quite well:
> >> I understand that there's a transition needed between these two and this
> >> intermediate state can require more work, but it's important to keep the
> >> long term goal in mind when designing the current solution.
+>
> > Whose long term goal?
>
> At the very least mine.