alshabib

fixing checkstyle oops

...@@ -5,7 +5,7 @@ package org.onlab.onos.net.flow.instructions; ...@@ -5,7 +5,7 @@ package org.onlab.onos.net.flow.instructions;
5 */ 5 */
6 public interface Instruction { 6 public interface Instruction {
7 7
8 - interface SubType {} 8 + interface SubType { }
9 9
10 public enum NoneSubType implements SubType { 10 public enum NoneSubType implements SubType {
11 NONE; 11 NONE;
......