Skip to content

Commit 7394f04

Browse files
gnodetplamentotev
authored andcommitted
Code style: missing spaces inside parenthesis
1 parent ef42233 commit 7394f04

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/java/org/codehaus/plexus/components/io/resources/ResourceFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ public static PlexusIoResource createResource( File f, String name, final Conten
5454
{
5555
boolean symbolicLink = attributes.isSymbolicLink();
5656
return symbolicLink ? new PlexusIoSymlinkResource( f, name, attributes )
57-
: new PlexusIoFileResource(f, name, attributes, contentSupplier, inputStreamTransformer);
57+
: new PlexusIoFileResource( f, name, attributes, contentSupplier, inputStreamTransformer );
5858
}
5959

6060
}

0 commit comments

Comments
 (0)