Skip to content

Commit ecbeb4a

Browse files
committed
fix fmt.
1 parent e1fce44 commit ecbeb4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp/src/common/db_common.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ enum CompressionType : uint8_t {
9696
extern const char* s_data_type_names[8];
9797
extern const char* s_encoding_names[12];
9898
extern const char* s_compression_names[8];
99-
}
99+
} // namespace common
100100

101101
#if defined(__GLIBCXX__) && (__GNUC__ < 7)
102102
namespace std {

0 commit comments

Comments
 (0)