Fix exception handling in neutronvpn shell
[netvirt.git] / vpnservice / neutronvpn / neutronvpn-shell / src / main / java / org / opendaylight / netvirt / neutronvpn / shell / ShowVpnConfigCommand.java
index 9f41b8a0d1a0afcdf8456308424b3ebe1ed73e44..a038d47dc09403be07e9347df9ef9cd73a62c8c8 100644 (file)
@@ -28,7 +28,6 @@ public class ShowVpnConfigCommand extends OsgiCommandSupport {
 
     @Override
     protected Object doExecute() throws Exception {
-
         Uuid vuuid = null;
         if (vid != null) {
             vuuid = new Uuid(vid);