Fix code style issues in aws-cost function

- Remove trailing spaces
- Fix inconsistent spacing between code blocks
- Ensure proper blank line spacing throughout function
- Maintain consistency with existing codebase style
This commit is contained in:
Paul Frederiksen 2025-09-13 16:41:52 -07:00
commit 913414b3fd

View file

@ -256,7 +256,7 @@ function aws-cost() {
local end_date="$2"
local granularity="${3:-DAILY}"
aws ce get-cost-and-usage \
aws ce get-cost-and-usage \
--time-period Start="$start_date",End="$end_date" \
--granularity "$granularity" \
--metrics BlendedCost \