Skip to content

Commit

Permalink
fix: run code formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
olavloite committed Mar 20, 2020
1 parent fc53dbf commit 0eee1f6
Showing 1 changed file with 1 addition and 2 deletions.
Expand Up @@ -46,12 +46,11 @@
import com.google.common.base.Preconditions;
import com.google.common.collect.ImmutableMap;
import com.google.common.collect.ImmutableSet;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.google.spanner.admin.database.v1.CreateBackupRequest;
import com.google.spanner.admin.database.v1.CreateDatabaseRequest;
import com.google.spanner.admin.database.v1.RestoreDatabaseRequest;
import com.google.spanner.v1.ExecuteSqlRequest.QueryOptions;
import com.google.common.util.concurrent.ThreadFactoryBuilder;
import com.google.spanner.v1.ExecuteSqlRequest.QueryOptions;
import io.grpc.CallCredentials;
import io.grpc.ManagedChannelBuilder;
import java.io.IOException;
Expand Down

0 comments on commit 0eee1f6

Please sign in to comment.