Skip to content

Commit 6cb05e3

Browse files
committed
[#20274] Applied uncrustify
Signed-off-by: danipiza <dpizarrogallego@gmail.com>
1 parent 66df35e commit 6cb05e3

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

ddspipe_yaml/test/unittest/yaml_validator/YamlValidatorTest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -425,7 +425,8 @@ TEST(YamlValidatorTest, validation_supports_nulls_and_root_level_error_output)
425425
}
426426

427427
{
428-
YamlValidator validator = YamlValidator(YamlValidator::InputType::FROM_STRING, test::root_integer_schema_string);
428+
YamlValidator validator = YamlValidator(YamlValidator::InputType::FROM_STRING,
429+
test::root_integer_schema_string);
429430

430431
testing::internal::CaptureStderr();
431432
ASSERT_FALSE(validator.validate_YAML(test::root_scalar_string_yml));

0 commit comments

Comments
 (0)