Skip to content

Commit 5d85e87

Browse files
committed
Remove "use strict" to be consistent with other files (really we should add it everywhere)
1 parent 7816a14 commit 5d85e87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/resultset-read-stream.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,6 @@
1616
* limitations under the License.
1717
*
1818
*****************************************************************************/
19-
'use strict';
2019

2120
var util = require('util');
2221
var stream = require('stream');

0 commit comments

Comments
 (0)