Skip to content

Commit 104cbea

Browse files
committed
Fix markdown-lint 'MD047/single-trailing-newline Files should end with a single newline character'.
1 parent 0a9abf3 commit 104cbea

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

website/docs/r/s3tables_table_bucket_replication.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Using `terraform import`, import S3 Tables Table Bucket Replication using the `t
6767

6868
```console
6969
% terraform import aws_s3tables_table_bucket_replication.example 'arn:aws:s3tables:us-west-2:123456789012:bucket/example-bucket'
70-
```
70+
```

website/docs/r/s3tables_table_replication.html.markdown

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,4 +67,4 @@ Using `terraform import`, import S3 Tables Table Replication using the `table_ar
6767

6868
```console
6969
% terraform import aws_s3tables_table_replication.example 'arn:aws:s3tables:us-west-2:123456789012:table/example-table'
70-
```
70+
```

0 commit comments

Comments
 (0)