Skip to content

Commit

Permalink
javafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
radeusgd committed Feb 14, 2024
1 parent 038af50 commit f17e643
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,10 @@
import org.enso.interpreter.runtime.data.vector.ArrayLikeHelpers;
import org.enso.interpreter.runtime.data.vector.ArrayLikeLengthNode;

@BuiltinMethod(type = "Array_Like_Helpers", name = "slice", description = "Returns a slice of this Vector.")
@BuiltinMethod(
type = "Array_Like_Helpers",
name = "slice",
description = "Returns a slice of this Vector.")
public final class SliceArrayVectorNode extends Node {
private @Child ArrayLikeLengthNode lengthNode = ArrayLikeLengthNode.create();

Expand Down

0 comments on commit f17e643

Please sign in to comment.