Skip to content

Commit

Permalink
checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Feb 20, 2025
1 parent b1cbc3e commit dd3c595
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
7 changes: 3 additions & 4 deletions keyvi/include/keyvi/dictionary/fsa/generator.h
Original file line number Diff line number Diff line change
Expand Up @@ -298,10 +298,9 @@ class Generator final {
// value stores can ask for a higher version
const uint64_t file_version = std::max(KEYVI_FILE_VERSION_DEFAULT, value_store_->GetFileVersionMin());

keyvi::dictionary::DictionaryProperties p(file_version, start_state_, number_of_keys_added_,
number_of_states_, value_store_->GetValueStoreType(),
persistence_->GetVersion(), persistence_->GetSize(), manifest_,
specialized_dictionary_properties_);
keyvi::dictionary::DictionaryProperties p(file_version, start_state_, number_of_keys_added_, number_of_states_,
value_store_->GetValueStoreType(), persistence_->GetVersion(),
persistence_->GetSize(), manifest_, specialized_dictionary_properties_);
p.WriteAsJsonV2(stream);

// write data from persistence
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@
#ifndef KEYVI_DICTIONARY_FSA_INTERNAL_JSON_VALUE_STORE_H_
#define KEYVI_DICTIONARY_FSA_INTERNAL_JSON_VALUE_STORE_H_

#include <algorithm>
#include <functional>
#include <memory>
#include <string>
Expand Down

0 comments on commit dd3c595

Please sign in to comment.