Skip to content

Commit 3a53dee

Browse files
authored
Update NullablePath.groovy [ci skip]
Signed-off-by: Ben Sherman <bentshermann@gmail.com>
1 parent a23d0b6 commit 3a53dee

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

modules/nextflow/src/main/groovy/nextflow/util/NullablePath.groovy

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,13 +11,13 @@ import java.nio.file.Path
1111
*/
1212
@EqualsAndHashCode
1313
@Slf4j
14-
class NullablePath implements Path{
14+
class NullablePath implements Path {
1515

1616
@PackageScope
1717
@Delegate
1818
Path delegate
1919

20-
NullablePath(String path){
20+
NullablePath(String path) {
2121
delegate = of(path)
2222
}
2323
}

0 commit comments

Comments
 (0)