mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2025-12-05 01:46:46 +01: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
1 changed files with 11 additions and 11 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue