Skip to content

Commit 95d90bd

Browse files
Copilotjirimoravcik
andcommitted
Fix trailing whitespace
Co-authored-by: jirimoravcik <951187+jirimoravcik@users.noreply.github.com>
1 parent f4a059c commit 95d90bd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/session_pool/session_pool.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ export class SessionPool extends EventEmitter {
162162
protected persistenceOptions: PersistenceOptions;
163163
protected isInitialized = false;
164164
protected sessionPoolReuseStrategy: SessionPoolReuseStrategy;
165-
165+
166166
// For round-robin strategy
167167
private roundRobinIndex = 0;
168168
// For use-until-failure strategy

0 commit comments

Comments
 (0)