blob: a525f3a9f3f52beafc994ada1d768b2bedf6b09e [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#include "peridot/bin/sessionmgr/puppet_master/command_runners/command_runner.h"
namespace modular {
CommandRunner::CommandRunner() {}
CommandRunner::~CommandRunner() = default;
} // namespace modular