blob: e5f6c6f2fa589b97fa43c8f2f59ce3f2cdb4722f [file] [log] [blame]
// Copyright 2017 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/agent_runner/agent_runner_storage.h"
namespace modular {
AgentRunnerStorage::AgentRunnerStorage() = default;
AgentRunnerStorage::~AgentRunnerStorage() = default;
} // namespace modular