mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-25 01:47:25 +08:00
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:
parent
2ce9a1bfc7
commit
913414b3fd
@ -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 \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user