Skip to content

Commit

Permalink
newline in the end of multi-line InputEntity toString
Browse files Browse the repository at this point in the history
  • Loading branch information
tinwelint committed Dec 15, 2014
1 parent 70e88a2 commit 3c4b0d3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ public String toString()
arguments[cursor++] = item.first() + ": " + item.other();
}

return format( builder.toString(), arguments );
return format( builder.append( "%n" ).toString(), arguments );
}

protected void toStringFields( Collection<Pair<String, ?>> fields )
Expand Down

0 comments on commit 3c4b0d3

Please sign in to comment.