Skip to content

Commit dff7b88

Browse files
fix code style (#939)
1 parent 5dedc99 commit dff7b88

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

dumper/app/src/main/java/com/google/edwmigration/dumper/application/dumper/MetadataDumper.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,8 @@ private Path prepareOutputPath(
113113
if (matcher.matches()) {
114114
String bucket = matcher.group("bucket");
115115
String path = matcher.group("path");
116-
logger.debug("Setting up CloudStorageFileSystem with bucket '{}' and path '{}'.", bucket, path);
116+
logger.debug(
117+
"Setting up CloudStorageFileSystem with bucket '{}' and path '{}'.", bucket, path);
117118
CloudStorageFileSystem cloudStorageFileSystem =
118119
closer.register(CloudStorageFileSystem.forBucket(bucket));
119120
return cloudStorageFileSystem.getPath(path);

0 commit comments

Comments
 (0)