Remove trailing whitespace from lines

This commit is contained in:
2020-08-31 23:09:39 -05:00
parent a5a22b7c88
commit 8a95dbb0fa
2 changed files with 5 additions and 5 deletions

View File

@ -8,7 +8,7 @@ import sys
import os
# Check if the script was run as root
# Check if the script was run as root
if os.geteuid() != 0:
exit("Root privileges are necessary to run this script.\nPlease try again as root or using `sudo`.")