diff --git a/src/Champs.py b/src/Champs.py
index ff64b97dbb4b6051029c2d2cb7bb697c9472ac6c..0f087653905afc3150c12c3c164118ec3b03c909 100644
--- a/src/Champs.py
+++ b/src/Champs.py
@@ -242,4 +242,6 @@ class Pesticide(Champs):
 
 #TODO : class Bussion,
 
-typePlantation = [Houblon,Ble,Malt,Chanvre,OrgeHiver,OrgePrintemps,Seigle,Pesticide]
\ No newline at end of file
+typePlantation = [Houblon,Ble,Malt,Chanvre,OrgeHiver,OrgePrintemps,Seigle,Pesticide]
+    
+        
\ No newline at end of file
diff --git a/src/Game.py b/src/Game.py
index 3b0a52464cfc4ad21f2c1072a961fadf60959239..5c99bc9994d08e663c77b1e564057a265f4cda6e 100644
--- a/src/Game.py
+++ b/src/Game.py
@@ -307,4 +307,3 @@ class Game:
     def AideEtat(self):
         self.moneyDefile(5000)
 
-
diff --git a/src/Infrastructure.py b/src/Infrastructure.py
index 2463062c8297a20235537ea80db5c8717ce528e2..08cc96d9fd3694fd05449ea1520e89b4fe80b95c 100644
--- a/src/Infrastructure.py
+++ b/src/Infrastructure.py
@@ -145,4 +145,4 @@ class Torche (Infrastructure):
         self.zoneafecte = None
         #self.imagebat = pygame.transform.scale(pygame.image.load('../assets/torche.png'),(120,120))
 
-typeBatiment = [Puit,ReservoirEau,Irrigation,IrrigationGoutte,Serre,Torche]
+typeBatiment = [Puit,ReservoirEau,Irrigation,IrrigationGoutte,Serre,Torche]
\ No newline at end of file