Skip to content

Commit bacab75

Browse files
authored
Update YUICompressor.java
1 parent 985afd8 commit bacab75

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/yahoo/platform/yui/compressor/YUICompressor.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ public static void main(String args[]) {
113113
} else {
114114
pattern = output.split(":");
115115
}
116-
116+
117117
try {
118118
String mungemapFilename = (String) parser.getOptionValue(mungemapFilenameOpt);
119119
if (mungemapFilename != null) {

0 commit comments

Comments
 (0)