Commit a2333e58 authored by Ville Hallivuori's avatar Ville Hallivuori
Browse files

Executed mvn spotless:apply to address build script failure

parent 941f83cc
Loading
Loading
Loading
Loading
+1 −3
Original line number Diff line number Diff line
@@ -3593,9 +3593,7 @@ class SerializerTest {
                Arguments.of(
                        DeviceDriverEnum.ONF_TR_352,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_ONF_TR_352),
                Arguments.of(
                        DeviceDriverEnum.XR,
                        ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_XR),
                Arguments.of(DeviceDriverEnum.XR, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_XR),
                Arguments.of(
                        DeviceDriverEnum.UNDEFINED, ContextOuterClass.DeviceDriverEnum.DEVICEDRIVER_UNDEFINED));
    }