From ca253e7aff845742c37b00068ed17dbbbc645e40 Mon Sep 17 00:00:00 2001 From: "Restyled.io" Date: Mon, 3 Jan 2022 19:15:45 +0000 Subject: [PATCH] Restyled by gn --- src/inet/BUILD.gn | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/src/inet/BUILD.gn b/src/inet/BUILD.gn index 79c747ec02f269..709b2c39a7e9f5 100644 --- a/src/inet/BUILD.gn +++ b/src/inet/BUILD.gn @@ -114,13 +114,11 @@ static_library("inet") { if (chip_system_config_use_ot_udp) { if (chip_openthread_ftd) { - public_deps += [ - "${chip_root}/third_party/openthread/repo:libopenthread-ftd", - ] + public_deps += + [ "${chip_root}/third_party/openthread/repo:libopenthread-ftd" ] } else { - public_deps += [ - "${chip_root}/third_party/openthread/repo:libopenthread-mtd", - ] + public_deps += + [ "${chip_root}/third_party/openthread/repo:libopenthread-mtd" ] } }