Skip to content

Commit 619cbb4

Browse files
committed
Trailing comma
1 parent 44e67f3 commit 619cbb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/txn.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ export class Txn {
4040
keys: [],
4141
preds: [],
4242
readOnly: options && options.readOnly,
43-
bestEffort: options && options.bestEffort
43+
bestEffort: options && options.bestEffort,
4444
};
4545
}
4646

0 commit comments

Comments
 (0)