Skip to content

Commit 23b3e46

Browse files
committed
fix linting errors
1 parent 1ae8d05 commit 23b3e46

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

classes/Table.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @license MIT
77
*/
88

9-
class Table {
10-
constructor() {}
11-
}
9+
class Table {
10+
constructor() {}
11+
}
12+
13+
module.exports = Table

classes/Transaction.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,8 @@
66
* @license MIT
77
*/
88

9-
class Transaction {
10-
constructor() {}
11-
}
9+
class Transaction {
10+
constructor() {}
11+
}
12+
13+
module.exports = Transaction

0 commit comments

Comments
 (0)