mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-01-19 00:37:35 +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 end_date="$2"
|
||||||
local granularity="${3:-DAILY}"
|
local granularity="${3:-DAILY}"
|
||||||
|
|
||||||
aws ce get-cost-and-usage \
|
aws ce get-cost-and-usage \
|
||||||
--time-period Start="$start_date",End="$end_date" \
|
--time-period Start="$start_date",End="$end_date" \
|
||||||
--granularity "$granularity" \
|
--granularity "$granularity" \
|
||||||
--metrics BlendedCost \
|
--metrics BlendedCost \
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user