forked from rDrama/rDrama
1
0
Fork 0
rDrama/files/helpers
Snakes 4a54c6219a
Add trailing final newlines to source files.
Touched a ton of files to finally standardize on having trailing
final newlines, as best practice recommends and so our devs stop
accidentally fighting each other over it.

This was performed automatically with the following:
git ls-files -z '*.py' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
git ls-files -z '*.css' | while IFS= read -rd '' f; \
    do tail -c1 < "$f" | read -r _ || echo >> "$f"; done
2022-09-29 01:43:29 -04:00
..
actions.py Add gambling wager badge logic. 2022-09-29 00:26:50 -04:00
alerts.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
assetcache.py Rebuild assetcache on inotify events. 2022-09-27 02:07:32 -04:00
awards.py testing worker reloading 2022-09-27 12:55:20 +02:00
casino.py Add gambling wager badge logic. 2022-09-29 00:26:50 -04:00
const.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
cron.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
discord.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
get.py remove testing print statement 2022-09-27 12:52:48 +02:00
jinja2.py Rebuild assetcache on inotify events. 2022-09-27 02:07:32 -04:00
lazy.py certified good commit 2022-05-25 19:01:29 +02:00
lottery.py casino + style shit 2022-09-05 01:15:37 +02:00
marsify.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
media.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
offsitementions.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
owoify.py Fix owoify award affecting links, emoji, markup. 2022-08-27 00:48:44 -04:00
regex.py Merge branch 'frost' of https://github.com/Aevann1/rDrama into frost 2022-09-18 16:55:39 +02:00
roulette.py Introduce user payment methods (#355) 2022-09-15 17:16:35 -05:00
sanitize.py fix the TLD matching to exclude numbers (#371) 2022-09-24 18:06:53 -04:00
security.py move all env-getting to .const 2022-07-08 18:21:13 +02:00
slots.py Add gambling wager badge logic. 2022-09-29 00:26:50 -04:00
sorting_and_time.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
stats.py remove unnecessary execution of function 2022-09-22 07:26:48 +02:00
treasure.py Add trailing final newlines to source files. 2022-09-29 01:43:29 -04:00
twentyone.py Add gambling wager badge logic. 2022-09-29 00:26:50 -04:00
wrappers.py integrate check_ban_evade into check_for_alts 2022-09-23 14:33:58 +02:00