Skip to content

Commit

Permalink
style: move camel .to to same line
Browse files Browse the repository at this point in the history
  • Loading branch information
Marco Grassi committed Mar 25, 2024
1 parent c2e3915 commit cbc288d
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,8 @@ public void testNativeGraph() throws Exception {
protected RouteBuilder createRouteBuilder() throws Exception {
return new RouteBuilder() {
public void configure() {
from("graph://get?pathDataDir=tempDir").
to("mock:native");
from("graph://get?pathDataDir=tempDir")
.to("mock:native");
}
};
}
Expand Down

0 comments on commit cbc288d

Please sign in to comment.