diff --git a/lib/output/ctfd_generator.rb b/lib/output/ctfd_generator.rb index d7d47d263..0fb9ef54c 100644 --- a/lib/output/ctfd_generator.rb +++ b/lib/output/ctfd_generator.rb @@ -442,4 +442,4 @@ end def clean_hint str str.tr("\n",'').gsub(/\s+/, ' ') -end \ No newline at end of file +end diff --git a/lib/output/sha256_password.py b/lib/output/sha256_password.py index 2335d9951..028dcf26d 100644 --- a/lib/output/sha256_password.py +++ b/lib/output/sha256_password.py @@ -5,4 +5,4 @@ Short script to encode password for use with CTFd import sys from passlib.hash import bcrypt_sha256 hashed = bcrypt_sha256.encrypt(sys.argv[1]) -print(hashed, end='') \ No newline at end of file +print(hashed, end='') diff --git a/lib/templates/CTFd/index.html b/lib/templates/CTFd/index.html index edb1320e1..cb128f334 100644 --- a/lib/templates/CTFd/index.html +++ b/lib/templates/CTFd/index.html @@ -14,4 +14,4 @@ Good luck! - \ No newline at end of file + diff --git a/lib/templates/CTFd/submit.html b/lib/templates/CTFd/submit.html index aa141318d..1df298f37 100644 --- a/lib/templates/CTFd/submit.html +++ b/lib/templates/CTFd/submit.html @@ -133,4 +133,4 @@ } }); } - \ No newline at end of file +