Skip to content

Commit 9487acf

Browse files
authored
fix: align the space indention of code blocks (#23092)
1 parent 4a44a74 commit 9487acf

4 files changed

Lines changed: 6 additions & 6 deletions

File tree

check-before-deployment.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -676,7 +676,7 @@ The steps to check and configure these parameters are as follows:
676676
677677
```bash
678678
cpupower frequency-info --policy
679-
```
679+
```
680680
681681
```
682682
analyzing CPU 0:

sql-statements/sql-statement-admin-show-ddl.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ You can only search the running DDL job corresponding to `job_id` within the las
200200
ADMIN SHOW DDL JOB QUERIES LIMIT m; # Retrieve first m rows
201201
ADMIN SHOW DDL JOB QUERIES LIMIT n, m; # Retrieve rows [n+1, n+m]
202202
ADMIN SHOW DDL JOB QUERIES LIMIT m OFFSET n; # Retrieve rows [n+1, n+m]
203-
```
203+
```
204204

205205
where `n` and `m` are integers greater or equal to 0.
206206

tidb-cloud/integrate-tidbcloud-with-dbt.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ To configure the project, take the following steps:
7777

7878
In the editor, add the following configuration:
7979

80-
```yaml
80+
```yaml
8181
jaffle_shop_tidb: # Project name
8282
target: dev # Target
8383
outputs:

tidb-cloud/terraform-use-dedicated-cluster-resource.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -753,8 +753,8 @@ You can pause a cluster when its state is `ACTIVE` or resume a cluster when its
753753
tidbcloud_dedicated_cluster.example_cluster: Modifying...
754754
tidbcloud_dedicated_cluster.example_cluster: Still modifying... [10s elapsed]
755755
756-
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
757-
```
756+
Apply complete! Resources: 0 added, 1 changed, 0 destroyed.
757+
```
758758
759759
3. Use the `terraform state show tidbcloud_dedicated_cluster.${resource-name}` command to check the state:
760760
@@ -1190,7 +1190,7 @@ To delete a TiDB Cloud Dedicated cluster, you can delete the configuration of th
11901190
tidbcloud_dedicated_cluster.example_cluster: Destruction complete after 3s
11911191
11921192
Apply complete! Resources: 0 added, 0 changed, 1 destroyed.
1193-
```
1193+
```
11941194

11951195
Now, if you run the `terraform show` command, it will show no managed resources because the resource has been cleared:
11961196

0 commit comments

Comments
 (0)