diff --git a/src/controller/java/tests/chip/devicecontroller/cluster/ChipClusterStructTest.kt b/src/controller/java/tests/chip/devicecontroller/cluster/ChipClusterStructTest.kt index 97a0144c78dbf2..1ad779c7817b64 100644 --- a/src/controller/java/tests/chip/devicecontroller/cluster/ChipClusterStructTest.kt +++ b/src/controller/java/tests/chip/devicecontroller/cluster/ChipClusterStructTest.kt @@ -24,7 +24,7 @@ import chip.devicecontroller.cluster.structs.UnitTestingClusterTestFabricScoped import chip.devicecontroller.cluster.structs.UnitTestingClusterTestListStructOctet import chip.tlv.AnonymousTag import chip.tlv.TlvReader -import chip.tlv.TlvWriter +import chip.tlv.TlvWriter import java.util.Optional import org.junit.Test import org.junit.runner.RunWith