diff --git a/diy.py b/diy.py
index c2da6b0..c0b7fe8 100644
--- a/diy.py
+++ b/diy.py
@@ -8,5 +8,5 @@ for i in range(len(hero)):
     if i%2==1 and hero[i]>=power:
         hero.insert(i-1,name)    
         hero.insert(i,power)
-        break
+        break  
 print(hero[6:12])
\ No newline at end of file