Skip to content

Commit

Permalink
Fix indentation issue in README and docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dghubble committed May 26, 2024
1 parent 8e16316 commit da3d466
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -75,10 +75,10 @@ data "cue_config" "example" {
content = <<-EOT
package example
_config: {
name: "ACME"
amount: "$20.00"
}
_config: {
name: "ACME"
amount: "$20.00"
}
EOT
}
```
Expand Down
8 changes: 4 additions & 4 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,10 +65,10 @@ data "cue_config" "example" {
content = <<-EOT
package example
_config: {
name: "ACME"
amount: "$20.00"
}
_config: {
name: "ACME"
amount: "$20.00"
}
EOT
}
```
Expand Down

0 comments on commit da3d466

Please sign in to comment.