Skip to content

Commit

Permalink
format change
Browse files Browse the repository at this point in the history
  • Loading branch information
PhoenixZeng committed Apr 24, 2020
1 parent 1dd94d3 commit 8e080ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/systems/crigges/jmpq3/JMpqEditor.java
Original file line number Diff line number Diff line change
Expand Up @@ -732,7 +732,7 @@ public void insertFile(String name, File file, boolean backupFile) throws IOExce
* @param override is override file
* @throws JMpqException if file is not found or access errors occur
*/
public void insertFile(String name, File file, boolean backupFile, boolean override) throws IOException,IllegalArgumentException{
public void insertFile(String name, File file, boolean backupFile, boolean override) throws IOException, IllegalArgumentException {
if (!canWrite) {
throw new NonWritableChannelException();
}
Expand Down

0 comments on commit 8e080ae

Please sign in to comment.