Skip to content

Commit

Permalink
Remove extra newline
Browse files Browse the repository at this point in the history
  • Loading branch information
jduo committed Aug 21, 2024
1 parent 5bb0df2 commit 7938119
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,6 @@ public static String toString(List<? extends Node> expressions, String sep,
writer.write(expression);
writer.append(sep);
}

return writer.toString();
}

Expand Down

0 comments on commit 7938119

Please sign in to comment.