Skip to content

Commit

Permalink
style
Browse files Browse the repository at this point in the history
  • Loading branch information
igorbernstein2 committed Apr 6, 2022
1 parent 1a65d80 commit abaaf94
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -449,7 +449,7 @@ export class Bigtable {
'grpc.channelFactoryOverride': grpcGcp.gcpChannelFactoryOverride,
'grpc.gcpApiConfig': grpcGcp.createGcpApiConfig({
channelPool: {
minxSize: 2,
minSize: 2,
maxSize: 4,
maxConcurrentStreamsLowWatermark: 10,
debugHeaderIntervalSecs: 600,
Expand Down
2 changes: 1 addition & 1 deletion system-test/install.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ describe('📦 pack-n-play test', () => {
} catch (e) {
// all of the actionable information is on the output attribute
if (e.output) {
e.message += "output: " + e.output;
e.message += 'output: ' + e.output;
}
throw e;
}
Expand Down

0 comments on commit abaaf94

Please sign in to comment.