(no commit message)
[utils] / support / general / src / test / java / org / wamblee / xml / ClasspathUriResolverTest.java
index 97e71758d67e9fe427d072e206e318784b36e220..d0bf723f11a6490fc29964c2891a89708510508a 100644 (file)
@@ -12,7 +12,7 @@
  * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  * See the License for the specific language governing permissions and
  * limitations under the License.
- */ 
+ */
 package org.wamblee.xml;
 
 import junit.framework.TestCase;
@@ -73,8 +73,8 @@ public class ClasspathUriResolverTest extends TestCase {
      */
     public void testResolveNonExistingFile() {
         try {
-            resolver.resolve(
-                "org/wamblee/xml/reportToHtml-nonexisting.xsl", "");
+            resolver
+                .resolve("org/wamblee/xml/reportToHtml-nonexisting.xsl", "");
         } catch (TransformerException e) {
             return; // ok
         }