Skip to content

Commit c1f0769

Browse files
committed
trailing whitespacessssss
1 parent 5aacb9d commit c1f0769

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/website.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ jobs:
147147
- run: |
148148
validate_file() {
149149
filename=$1
150-
150+
151151
# Configure the rules for tflint.
152152
shared_rules=(
153153
"--disable-rule=aws_cloudwatch_event_target_invalid_arn"
@@ -168,7 +168,7 @@ jobs:
168168
"--disable-rule=terraform_unused_declarations"
169169
"--disable-rule=terraform_typed_variables"
170170
)
171-
171+
172172
rules=("${shared_rules[@]}")
173173
if [[ "$filename" == "./website/docs/guides/version-2-upgrade.html.markdown" ]]; then
174174
rules+=(

0 commit comments

Comments
 (0)