ThinkR-open / golem

A Framework for Building Robust Shiny Apps
https://thinkr-open.github.io/golem/
Other
885 stars 130 forks source link

style: remove redundant whitespace #1095

Closed ilyaZar closed 8 months ago

ilyaZar commented 10 months ago

This PR fixes the white-space to prohibit the additional commit of the exact same file.

Issue

In a fresh golem man/run_app.Rd requires an additional commit after devtools::document() is called.

This is due to a white-space issue in the golem example, which looks like so:

redundant-whitespace

Fix

see commit

ColinFay commented 8 months ago

Thanks !