From c8f28f0d6e7f402d315961295f30f0c4848b9871 Mon Sep 17 00:00:00 2001 From: Jorge Orpinel Date: Sun, 27 Oct 2019 19:14:34 -0600 Subject: [PATCH] remove a couple trailing white spaces --- static/docs/command-reference/destroy.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/docs/command-reference/destroy.md b/static/docs/command-reference/destroy.md index 686266986f..1da1280bad 100644 --- a/static/docs/command-reference/destroy.md +++ b/static/docs/command-reference/destroy.md @@ -90,7 +90,7 @@ This will destroy all information about your pipelines, all data files... Are you sure you want to continue? [y/n] yes - $ ls -a +$ ls -a .git code.py foo ``` @@ -99,8 +99,8 @@ from the workspace. But the cache files that are present in the `/mnt/cache` directory still persist: ```dvc - $ tree /mnt/cache - /mnt/cache/ - └── b1 - └── 946ac92492d2347c6235b4d2611184 +$ tree /mnt/cache +/mnt/cache/ +└── b1 + └── 946ac92492d2347c6235b4d2611184 ```