Skip to content

Commit fa5bd09

Browse files
committed
style: remove trailing whitespace
1 parent 6f8096d commit fa5bd09

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -364,7 +364,7 @@ Here are some example uses:
364364
Putting it all together, the following is a basic setup (essentially a
365365
pseudo-port of [LS_COLORS](https://github.com/trapd00r/LS_COLORS)
366366
obtained by inspecting a terminal and approximating colors with
367-
[Tailwind CSS](https://tailwindcss.com/docs/colors/)).
367+
[Tailwind CSS](https://tailwindcss.com/docs/colors/)).
368368

369369
```scheme
370370
(use-package dired-rainbow
@@ -390,7 +390,7 @@ obtained by inspecting a terminal and approximating colors with
390390
(dired-rainbow-define partition "#e3342f" ("dmg" "iso" "bin" "nrg" "qcow" "toast" "vcd" "vmdk" "bak"))
391391
(dired-rainbow-define vc "#0074d9" ("git" "gitignore" "gitattributes" "gitmodules"))
392392
(dired-rainbow-define-chmod executable-unix "#38c172" "-.*x.*")
393-
))
393+
))
394394
```
395395

396396
*Note*: the [256 color cheat

0 commit comments

Comments
 (0)