rainier: Fix Everest fan monitor config

Remove extraneous commas from the Everest fan monitor JSON config so it
can be loaded/parsed.

Signed-off-by: Matthew Barth <msbarth@us.ibm.com>
Change-Id: I99df20ffa971be13aee1782ff00d22b302f8a234
diff --git a/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json b/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json
index a6a2cf8..936b716 100644
--- a/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json
+++ b/recipes-phosphor/fans/phosphor-fan-monitor-config/rainier/everest/config.json
@@ -13,7 +13,7 @@
             },
             {
                "name": "fan0_1",
-               "has_target": false,
+               "has_target": false
             }
          ]
       },
@@ -30,7 +30,7 @@
             },
             {
                "name": "fan1_1",
-               "has_target": false,
+               "has_target": false
             }
          ]
       },
@@ -47,7 +47,7 @@
             },
             {
                "name": "fan2_1",
-               "has_target": false,
+               "has_target": false
             }
          ]
       },
@@ -64,7 +64,7 @@
             },
             {
                "name": "fan3_1",
-               "has_target": false,
+               "has_target": false
             }
          ]
       }