diff --git a/src/main/java/com/googlecode/htmlcompressor/CmdLineCompressor.java b/src/main/java/com/googlecode/htmlcompressor/CmdLineCompressor.java index 551c535..41b7efd 100644 --- a/src/main/java/com/googlecode/htmlcompressor/CmdLineCompressor.java +++ b/src/main/java/com/googlecode/htmlcompressor/CmdLineCompressor.java @@ -1,5 +1,5 @@ /* - * Copyright 2009-2024 the original author or authors. + * Copyright 2009-2025 the original author or authors. * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. @@ -368,7 +368,8 @@ public void process() { // analyzer mode HtmlAnalyzer analyzer = new HtmlAnalyzer( HtmlCompressor.JS_COMPRESSOR_CLOSURE.equalsIgnoreCase(jsCompressorOpt) - ? HtmlCompressor.JS_COMPRESSOR_CLOSURE : HtmlCompressor.JS_COMPRESSOR_YUI); + ? HtmlCompressor.JS_COMPRESSOR_CLOSURE + : HtmlCompressor.JS_COMPRESSOR_YUI); analyzer.analyze(readResource(buildReader(fileArgsOpt.isEmpty() ? null : fileArgsOpt.get(0)))); } else { // compression mode