blob: e51a2d17c504ebbf334e27e9b0ad3d16af154329 [file] [log] [blame]
// Copyright 2023 The ChromiumOS Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "patchpanel/mock_process_runner.h"
namespace patchpanel {
MockProcessRunner::MockProcessRunner() = default;
MockProcessRunner::~MockProcessRunner() = default;
} // namespace patchpanel