Skip to content

Commit

Permalink
Unnecessary variable assignment removed.
Browse files Browse the repository at this point in the history
  • Loading branch information
grundhoeferj committed Jul 10, 2017
1 parent 4b80278 commit c18b8c8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/constraints/throwingAsync.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
'use strict';

/* eslint-disable no-unused-vars */
const regeneratorRuntime = require('regenerator-runtime');
/* eslint-enable no-unused-vars */
require('regenerator-runtime');

const fail = require('../fail');

Expand Down

0 comments on commit c18b8c8

Please sign in to comment.