Skip to content

Commit

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

}

0 comments on commit 3e849e9

Please sign in to comment.