Skip to content

Commit

Permalink
fix review issues
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxim Deb Natkh committed Jun 24, 2024
1 parent 5f6ecff commit 3243440
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ namespace NCloud::NFileStore::NStorage {
class TInMemoryIndexState: public IIndexTabletDatabase
{
public:
TInMemoryIndexState() = default;

//
// Nodes
//
Expand Down
1 change: 1 addition & 0 deletions cloud/filestore/libs/storage/tablet/ya.make
Original file line number Diff line number Diff line change
Expand Up @@ -76,6 +76,7 @@ SRCS(
tablet_state_channels.cpp
tablet_state_checkpoints.cpp
tablet_state_data.cpp
tablet_state_in_memory_index_state.cpp
tablet_state_nodes.cpp
tablet_state_sessions.cpp
tablet_state_throttling.cpp
Expand Down

0 comments on commit 3243440

Please sign in to comment.