Skip to content

Commit

Permalink
fix definitions order
Browse files Browse the repository at this point in the history
  • Loading branch information
yegorskii committed Aug 19, 2024
1 parent fe186e6 commit f799682
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cloud/filestore/libs/storage/core/config.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -178,11 +178,8 @@ using TAliases = NProto::TStorageConfig::TFilestoreAliases;
xxx(NodeRegistrationCert, TCertificate, {} )\
xxx(NodeRegistrationToken, TString, "root@builtin")\
xxx(NodeType, TString, {} )\
<<<<<<< HEAD
xxx(BlobCompressionRate, ui32, 0 )\
xxx(BlobCompressionCodec, TString, "lz4" )\
=======
>>>>>>> fix build
// FILESTORE_STORAGE_CONFIG

#define FILESTORE_STORAGE_CONFIG_REF(xxx) \
Expand Down

0 comments on commit f799682

Please sign in to comment.