Skip to content

Commit 0920a95

Browse files
committed
linting
1 parent 885c9a6 commit 0920a95

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ public static void setUp() throws Exception {
9696
key = String.format("projects/%s/locations/%s/keyRings/%s/cryptoKeys/%s",
9797
options.getProjectId(), keyLocation, keyRing, keyName);
9898
}
99-
99+
100100
static void deleteStaleTestDatabases(String instanceId, String baseDbId) {
101101
Timestamp now = Timestamp.now();
102102
Pattern samplePattern = getTestDbIdPattern(baseDbId);
@@ -410,7 +410,7 @@ public void testSample() throws Exception {
410410
out = runSample("deletebackup");
411411
assertThat(out).contains("Deleted backup [" + backupId + "]");
412412
}
413-
413+
414414
@Test
415415
public void testEncryptedDatabaseAndBackupSamples() throws Exception {
416416
String projectId = spanner.getOptions().getProjectId();
@@ -513,7 +513,7 @@ public void testCreateInstanceSample() {
513513
private static int countOccurrences(String input, String search) {
514514
return input.split(search).length - 1;
515515
}
516-
516+
517517
private static String toComparableId(String baseId, String existingId) {
518518
String zeroUuid = "00000000-0000-0000-0000-0000-00000000";
519519
int shouldBeLength = (baseId + "-" + zeroUuid).length();

0 commit comments

Comments
 (0)