Skip to content

Commit

Permalink
[ci] formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
hazendaz committed Jan 3, 2025
1 parent fc5953c commit 4e25aef
Showing 1 changed file with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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.
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 4e25aef

Please sign in to comment.