summaryrefslogtreecommitdiffstats
path: root/device/hid/BUILD.gn
diff options
context:
space:
mode:
Diffstat (limited to 'device/hid/BUILD.gn')
-rw-r--r--device/hid/BUILD.gn4
1 files changed, 1 insertions, 3 deletions
diff --git a/device/hid/BUILD.gn b/device/hid/BUILD.gn
index 7741f90..6197cf4 100644
--- a/device/hid/BUILD.gn
+++ b/device/hid/BUILD.gn
@@ -44,8 +44,6 @@ source_set("hid") {
]
if (is_linux) {
- deps += [
- "//device/udev_linux",
- ]
+ deps += [ "//device/udev_linux" ]
}
}