Fix new lines

pull/2633/head
mhirtie 10 years ago
parent 2ab81cdd4d
commit 6b03cc0ceb
  1. 2
      frontend/tests/integration/spec_helper.js
  2. 2
      frontend/tests/integration/specs/work-packages/details-pane/details-pane-editable-spec.js
  3. 2
      frontend/tests/integration/specs/work-packages/details-pane/details-pane-helper.js

@ -4,4 +4,4 @@ chai.use(chaiAsPromised);
module.exports = {
expect: chai.expect
};
};

@ -267,4 +267,4 @@ describe('OpenProject', function(){
});
});
});
});
});

@ -8,4 +8,4 @@ function loadPane(workPackageId, paneName) {
module.exports = {
loadPane: loadPane
};
};

Loading…
Cancel
Save