cleanup
[kconfig-hardened-check.git] / kconfig_hardened_check / engine.py
index 88bca00d64bcaf0716fd3672cde910e8794f59ae..4aefc1e9b0b480f30d247801e96e38e0b7a2c252 100644 (file)
@@ -16,7 +16,6 @@ RED_COLOR = '\x1b[31m'
 COLOR_END = '\x1b[0m'
 
 def colorize_result(input):
-
     if input.startswith('OK'):
         color = GREEN_COLOR
     elif input.startswith('FAIL:'):