Skip to content

Commit 4195c8f

Browse files
committed
spotless
1 parent a47458d commit 4195c8f

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

  • examples/java/src/main/java/org/apache/beam/examples/complete/datatokenization/utils

examples/java/src/main/java/org/apache/beam/examples/complete/datatokenization/utils/SchemasUtils.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,8 @@ public static String getGcsFileAsString(String filePath) {
140140
result = FileSystems.match(filePath);
141141
checkArgument(
142142
result.status() == MatchResult.Status.OK && !result.metadata().isEmpty(),
143-
"Failed to match any files with the pattern: %s", filePath);
143+
"Failed to match any files with the pattern: %s",
144+
filePath);
144145

145146
List<ResourceId> rId =
146147
result.metadata().stream()

0 commit comments

Comments
 (0)