Skip to content

Commit bef33f1

Browse files
authored
Fix whitespace
1 parent 5ee4989 commit bef33f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/best-practices/partitioning_keys.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ For example, consider the following UK price paid dataset table with a partition
2323
```sql
2424
CREATE TABLE uk.uk_price_paid_simple_partitioned
2525
(
26-
date Date,
26+
date Date,
2727
town LowCardinality(String),
2828
street LowCardinality(String),
2929
price UInt32

0 commit comments

Comments
 (0)