1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-06-05 16:26:04 +02:00

Remove extra newline

This commit is contained in:
Matthew Thompson 2017-12-15 17:13:20 -05:00
parent 5c0854ae0f
commit 5d1e62095e

View file

@ -21,4 +21,3 @@
- To 100 decimal places [100 k], calculate the golden ratio, phi: sqrt(5) [5 v] plus 1 [1 +], divided by 2 [2 /], and [p]rint result:
`dc -e "100 k 5 v 1 + 2 / p"`