Skip to content

Commit

Permalink
Merge pull request nusCS2113-AY1819S1#94 from leegengyu/master
Browse files Browse the repository at this point in the history
Removed the last of newline EOF and trailing whitespace Travis issues
  • Loading branch information
leegengyu authored Nov 2, 2018
2 parents 3e849e9 + b64bc1f commit 606b68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/seedu/address/commons/util/UnzipUtil.java
Original file line number Diff line number Diff line change
Expand Up @@ -101,5 +101,5 @@ private static void unZip(String zipFile, String outputFolder) throws IOExceptio
throw new IOException();
}
}

}

0 comments on commit 606b68d

Please sign in to comment.