This is an automated email from the ASF dual-hosted git repository. lburgazzoli pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/camel-k-runtime.git
commit ed492992721b86ac803816cbf03109b307466fb2 Author: Luca Burgazzoli <[email protected]> AuthorDate: Tue Sep 22 08:28:51 2020 +0200 yaml dsl: fix indentation for test routes --- .../test/resources/routes/RoutesTest_beans.yaml | 30 +++++++++++----------- 1 file changed, 15 insertions(+), 15 deletions(-) diff --git a/camel-k-loader-yaml/camel-k-loader-yaml/src/test/resources/routes/RoutesTest_beans.yaml b/camel-k-loader-yaml/camel-k-loader-yaml/src/test/resources/routes/RoutesTest_beans.yaml index e2eef2b..3bb1a90 100644 --- a/camel-k-loader-yaml/camel-k-loader-yaml/src/test/resources/routes/RoutesTest_beans.yaml +++ b/camel-k-loader-yaml/camel-k-loader-yaml/src/test/resources/routes/RoutesTest_beans.yaml @@ -15,18 +15,18 @@ # limitations under the License. # - beans: - - name: myNested - type: org.apache.camel.k.loader.yaml.support.MyBean - properties: - field1: 'f1' - field2: 'f2' - nested: - field1: 'nf1' - field2: 'nf2' - - name: myProps - type: org.apache.camel.k.loader.yaml.support.MyBean - properties: - field1: 'f1_p' - field2: 'f2_p' - nested.field1: 'nf1_p' - nested.field2: 'nf2_p' \ No newline at end of file + - name: myNested + type: org.apache.camel.k.loader.yaml.support.MyBean + properties: + field1: 'f1' + field2: 'f2' + nested: + field1: 'nf1' + field2: 'nf2' + - name: myProps + type: org.apache.camel.k.loader.yaml.support.MyBean + properties: + field1: 'f1_p' + field2: 'f2_p' + nested.field1: 'nf1_p' + nested.field2: 'nf2_p' \ No newline at end of file
