Skip to content

Commit

Permalink
Remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
edvbld committed Aug 6, 2020
1 parent 3ae5e53 commit 2b50161
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/src/main/java/org/openjdk/skara/cli/GitHgExport.java
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ public static void main(String[] args) throws IOException, InterruptedException

System.out.println("# HG changeset patch");
System.out.println("# User " + username);
System.out.println("# Date " + date.toEpochSecond() + " " + (-1 * date.getOffset().getTotalSeconds()));
System.out.println("# Date " + date.toEpochSecond() + " " + (-1 * date.getOffset().getTotalSeconds()));
System.out.println("# " + date.format(dateFormatter));

var message = CommitMessageParsers.v1.parse(c);
Expand Down

0 comments on commit 2b50161

Please sign in to comment.