Skip to content

Commit b4e7dbc

Browse files
committed
Add new lines at end of files
1 parent 9ed5193 commit b4e7dbc

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.clang-format

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ ColumnLimit: 140
88
DerivePointerAlignment: false
99
FixNamespaceComments: true
1010
IndentWidth: 4
11-
PointerAlignment: Left
11+
PointerAlignment: Left

clickhouse/columns/decimal.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -71,4 +71,4 @@ ColumnRef ColumnDecimal::Slice(size_t begin, size_t len) {
7171
ColumnDecimal::ColumnDecimal(TypeRef type) : Column(type) {
7272
}
7373

74-
} // namespace clickhouse
74+
} // namespace clickhouse

clickhouse/columns/decimal.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,4 +37,4 @@ class ColumnDecimal : public Column {
3737
explicit ColumnDecimal(TypeRef type); // for `Slice(…)`
3838
};
3939

40-
} // namespace clickhouse
40+
} // namespace clickhouse

ut/types_ut.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,4 +48,4 @@ TEST(TypesCase, EnumTypes) {
4848

4949
TEST(TypesCase, DecimalTypes) {
5050
// TODO: implement this test.
51-
}
51+
}

0 commit comments

Comments
 (0)