Skip to content

Commit

Permalink
Merge pull request #255 from godatadriven/doc-run-result-indent
Browse files Browse the repository at this point in the history
Fixing indent typo in doc
  • Loading branch information
pgoslatara authored Sep 24, 2024
2 parents 810cf20 + 06013dd commit 39add8e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dbt_bouncer/checks/run_results/check_run_results.py
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class CheckRunResultsMaxGigabytesBilled(BaseCheck):
```yaml
run_results_checks:
- name: check_run_results_max_gigabytes_billed
max_gigabytes_billed: 100
max_gigabytes_billed: 100
```
"""
Expand Down

0 comments on commit 39add8e

Please sign in to comment.