You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Aug 25, 2021. It is now read-only.
Trailing newlines in non-empty files are a common UNIX idiom. Benefits of trailing newlines include the ability to concatenate or append to files as well as output files to the terminal without interfering with shell prompts. Example - The not-preferred way : ```js function doSmth() { var foo = 2; …
Occurrences
There are 25 occurrences of this issue in the repository.
Description
Trailing newlines in non-empty files are a common UNIX idiom. Benefits of trailing newlines include the ability to concatenate or append to files as well as output files to the terminal without interfering with shell prompts. Example - The not-preferred way : ```js function doSmth() { var foo = 2; …
Occurrences
There are 25 occurrences of this issue in the repository.
See all occurrences on DeepSource → deepsource.io/gh/ntwaricliberi/rca-auth/issue/JS-0139/occurrences/
The text was updated successfully, but these errors were encountered: