Skip to content

Commit

Permalink
fix style
Browse files Browse the repository at this point in the history
  • Loading branch information
hendrikmuhs committed Jun 2, 2024
1 parent 269f3b8 commit e7e6d50
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions keyvi/include/keyvi/dictionary/dictionary_compiler.h
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,7 @@ class DictionaryCompiler final {
public:
using ValueStoreT = typename fsa::internal::ValueStoreComponents<ValueStoreType>::value_store_writer_t;
using callback_t = std::function<void(size_t, size_t, void*)>;

private:
using GeneratorAdapter = fsa::GeneratorAdapterInterface<typename ValueStoreT::value_t>;

Expand Down

0 comments on commit e7e6d50

Please sign in to comment.