From b108dafcf8ac5e959c5fdc6e738e318bd7cee1b1 Mon Sep 17 00:00:00 2001 From: Cedric Beust Date: Wed, 14 Oct 2015 20:53:03 -0700 Subject: [PATCH] Formatting. --- .../wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java b/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java index 16565de6..9b9201b5 100644 --- a/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java +++ b/modules/wrapper/src/main/java/com/beust/kobalt/wrapper/Main.java @@ -179,8 +179,7 @@ public class Main { // extracts file name from header field int index = disposition.indexOf("filename="); if (index > 0) { - fileName = disposition.substring(index + 10, - disposition.length() - 1); + fileName = disposition.substring(index + 10, disposition.length() - 1); } } else { // extracts file name from URL