blob: a29254e78b96a5f62cafd09026ea80f45cbd09cf [file] [log] [blame]
// Copyright 2017 The Chromium 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 "device/ctap/ctap_request_param.h"
namespace device {
CTAPRequestParam::CTAPRequestParam() = default;
CTAPRequestParam::~CTAPRequestParam() = default;
} // namespace device