Skip to content

Commit

Permalink
lint, how should I really setup up my precommit action
Browse files Browse the repository at this point in the history
  • Loading branch information
waahm7 committed Jan 8, 2025
1 parent 04f4129 commit 718c19b
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions tests/aws_profile_tests.c
Original file line number Diff line number Diff line change
Expand Up @@ -519,12 +519,12 @@ AWS_TEST_CASE(aws_profile_sso_session_without_name_test, s_aws_profile_sso_sessi
/*
* services without name is ignored
*/
AWS_STATIC_STRING_FROM_LITERAL(s_services_with_invali_prefix,
"[services test-service]\nname = value\n"
"[services ]\n"
"[profilesso-sessionservices test]\nname = value\n"
"[services\rtest-service]\nname = value\n"
);
AWS_STATIC_STRING_FROM_LITERAL(
s_services_with_invali_prefix,
"[services test-service]\nname = value\n"
"[services ]\n"
"[profilesso-sessionservices test]\nname = value\n"
"[services\rtest-service]\nname = value\n");
static int s_aws_profile_services_invalid_prefix_test(struct aws_allocator *allocator, void *ctx) {
(void)ctx;

Expand Down

0 comments on commit 718c19b

Please sign in to comment.