This is an automated email from the ASF dual-hosted git repository. tsato pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/camel-k-examples.git
commit 94dab316ceccdee9ac56e5652419d56c616a66cd Author: Kuthumi Pepple <[email protected]> AuthorDate: Mon Jun 27 10:04:08 2022 +0100 format Env.java --- generic-examples/basic/Env.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/generic-examples/basic/Env.java b/generic-examples/basic/Env.java index 988da15..8322c33 100644 --- a/generic-examples/basic/Env.java +++ b/generic-examples/basic/Env.java @@ -25,7 +25,7 @@ import org.apache.camel.builder.RouteBuilder; public class Env extends RouteBuilder { @Override public void configure() throws Exception { - from("timer:tick") + from("timer:tick") .log("${env:MY_ENV_VAR}"); } } \ No newline at end of file
