From 718c19bee22de30ef9ad15830ca662f8cbefc00f Mon Sep 17 00:00:00 2001 From: Waqar Ahmed Khan Date: Tue, 7 Jan 2025 16:12:17 -0800 Subject: [PATCH] lint, how should I really setup up my precommit action --- tests/aws_profile_tests.c | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/tests/aws_profile_tests.c b/tests/aws_profile_tests.c index fd46b55..a8026b8 100644 --- a/tests/aws_profile_tests.c +++ b/tests/aws_profile_tests.c @@ -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;