Skip to content

Commit f36e29f

Browse files
committed
linting
1 parent 057708e commit f36e29f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

samples/snippets/src/test/java/com/example/spanner/SpannerSampleIT.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -526,7 +526,7 @@ private static Pattern getTestDbIdPattern(String baseDbId) {
526526
baseDbId + "-[a-f0-9]{8}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{4}-[a-f0-9]{8}",
527527
Pattern.CASE_INSENSITIVE);
528528
}
529-
529+
530530
static String formatForTest(String name) {
531531
return name + "-" + UUID.randomUUID().toString().substring(0, DBID_LENGTH);
532532
}

0 commit comments

Comments
 (0)