blob: 73f73b7adfb8b4b87a0628023a2e55ffd69bc6f3 [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/suggestion_engine/decision_policies/decision_policy.h"
namespace modular {
DecisionPolicy::DecisionPolicy() = default;
DecisionPolicy::~DecisionPolicy() = default;
} // namespace modular