Reformat MON to standardized format
[osm/MON.git] / osm_mon / core / utils.py
index a4be33c..c68d53d 100644 (file)
@@ -21,6 +21,7 @@
 # contact: fbravo@whitestack.com or agarcia@whitestack.com
 ##
 
+
 def find_in_list(the_list, condition_lambda):
     for item in the_list:
         if condition_lambda(item):