Skip to content

Commit acf8f0a

Browse files
NodePathExpression: Fix code formatting
1 parent cc5e06d commit acf8f0a

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/main/java/eu/europa/ted/efx/model/expressions/path/NodePathExpression.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ public class NodePathExpression extends PathExpression.Impl<EfxDataType.Node> {
99
public NodePathExpression(final String script) {
1010
super(script, EfxDataType.Node.class);
1111
}
12-
public static NodePathExpression empty() {
12+
13+
public static NodePathExpression empty() {
1314
return new NodePathExpression("");
1415
}
1516
}

0 commit comments

Comments
 (0)