summaryrefslogtreecommitdiff
path: root/common/subprocess_unittest.cc
diff options
context:
space:
mode:
authorAmin Hassani <ahassani@google.com>2020-09-15 15:30:09 -0700
committerAmin Hassani <ahassani@google.com>2020-09-16 09:21:10 -0700
commit9956320ffa4edb340d20bd7f3c852a9e87437bd3 (patch)
tree79316f886ab7a43319190fa9ce533f0212cd5605 /common/subprocess_unittest.cc
parent4bd46b3a582dfa52f25bf5066f984c49bee84799 (diff)
Fix remaining styling and compiling issues
Bug: 163153182 Test: FEATURES=test emerge-reef update_engine Change-Id: I12d95920946fee1866f721783f16795c1ad4c2d9
Diffstat (limited to 'common/subprocess_unittest.cc')
-rw-r--r--common/subprocess_unittest.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/common/subprocess_unittest.cc b/common/subprocess_unittest.cc
index 74fee612..b4d068f0 100644
--- a/common/subprocess_unittest.cc
+++ b/common/subprocess_unittest.cc
@@ -75,7 +75,6 @@ class SubprocessTest : public ::testing::Test {
brillo::AsynchronousSignalHandler async_signal_handler_;
Subprocess subprocess_;
unique_ptr<base::FileDescriptorWatcher::Controller> watcher_;
-
};
namespace {