Tiny tiny style fix

Test: none needed
Change-Id: Ic6cfedf9cfe60984ce7fbd59bdaec55b0bba3001
diff --git a/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java b/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java
index de0a691..dc42d4b 100644
--- a/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java
+++ b/service-t/src/com/android/server/ethernet/EthernetNetworkFactory.java
@@ -267,7 +267,6 @@
         }
 
         void setIpConfig(IpConfiguration ipConfig) {
-
             this.mIpConfig = ipConfig;
         }