Skip to content

Commit e8d5221

Browse files
committed
format
1 parent ba002cb commit e8d5221

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

crates/chat-cli/build.rs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -355,9 +355,9 @@ fn download_feed_json() {
355355
.args([
356356
"-H",
357357
"Accept: application/vnd.github.v3.raw",
358-
"-f", // fail on HTTP errors
359-
"-s", // silent
360-
"-v", // verbose output printed to stderr
358+
"-f", // fail on HTTP errors
359+
"-s", // silent
360+
"-v", // verbose output printed to stderr
361361
"--show-error", // print error message to stderr (since -s is used)
362362
"https://api.github.com/repos/aws/amazon-q-developer-cli-autocomplete/contents/feed.json",
363363
])

0 commit comments

Comments
 (0)