Skip to content

Commit cafc30f

Browse files
authored
Code style fixes
1 parent f2fdf7e commit cafc30f

File tree

1 file changed

+3
-0
lines changed
  • src/main/java/org/carlspring/cloud/storage/s3fs

1 file changed

+3
-0
lines changed

src/main/java/org/carlspring/cloud/storage/s3fs/S3Path.java

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -465,7 +465,10 @@ else if (other instanceof S3Path)
465465
for (int i = 0; i < nameCount; i++)
466466
{
467467
if (i > 0)
468+
{
468469
otherUri += PATH_SEPARATOR;
470+
}
471+
469472
otherUri += other.getName(i);
470473
}
471474
}

0 commit comments

Comments
 (0)