From 7063450e72a37c1c37994145cf925366187e14a8 Mon Sep 17 00:00:00 2001 From: Joonhaeng Heo Date: Thu, 21 Sep 2023 13:34:54 +0900 Subject: [PATCH] update kotlin codestyle --- .../chip/devicecontroller/cluster/ChipClusterStructTest.kt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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