blob: e706ed7a68619a4696c56d4221dc275e7f84f4d1 [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/filters/suggestion_active_filter.h"
namespace modular {
SuggestionActiveFilter::SuggestionActiveFilter() = default;
SuggestionActiveFilter::~SuggestionActiveFilter() = default;
} // namespace modular