aboutsummaryrefslogtreecommitdiffstats
path: root/slobrok/src/vespa/slobrok/server/map_diff.cpp
blob: 74e20f01413728e90bdbc07bb6df84e8e230599f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
// Copyright Vespa.ai. Licensed under the terms of the Apache 2.0 license. See LICENSE in the project root.

#include "map_diff.h"

namespace slobrok {

MapDiff::MapDiff(MapDiff &&) noexcept = default;
MapDiff::~MapDiff() = default;

} // namespace slobrok