Skip to content

Commit 0abb847

Browse files
chore: keeping same style
1 parent b275d55 commit 0abb847

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typings/mysql/lib/PoolCluster.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11

22
import PoolConnection = require('./PoolConnection');
33
import {EventEmitter} from 'events';
4-
import { PoolOptions } from './Pool';
4+
import {PoolOptions} from './Pool';
55

66
declare namespace PoolCluster {
77

0 commit comments

Comments
 (0)