Skip to content

Commit

Permalink
[SPARK-21255][SQL] removed separator fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mike0sv committed Aug 15, 2017
1 parent bc049b3 commit fbdc599
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -79,7 +79,7 @@ public ExpressionInfo(
assert name != null;
assert arguments != null;
assert examples != null;
assert examples.isEmpty() || examples.startsWith(System.lineSeparator() + " Examples:");
assert examples.isEmpty() || examples.startsWith("\n Examples:");
assert note != null;
assert since != null;

Expand Down

0 comments on commit fbdc599

Please sign in to comment.