Skip to content

Commit

Permalink
Reverting line separator change...
Browse files Browse the repository at this point in the history
  • Loading branch information
Krzysztof Styrc authored and Krzysztof Styrc committed Sep 30, 2014
1 parent f20f6c7 commit b8f5c2e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/redis/embedded/RedisServer.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ public static String getRedisRunScript() {

public static class Builder {

private static final String LINE_SEPARATOR = File.separator;
private static final String LINE_SEPARATOR = System.getProperty("line.separator");

private File executable;
private Integer port;
Expand Down

0 comments on commit b8f5c2e

Please sign in to comment.