mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-29 20:11:32 +02:00
Decaf cleanup: unnecessary returns
This commit is contained in:
@@ -9,7 +9,6 @@
|
||||
// Fix any style issues and re-enable lint.
|
||||
/*
|
||||
* decaffeinate suggestions:
|
||||
* DS102: Remove unnecessary code created because of implicit returns
|
||||
* DS207: Consider shorter variations of null checks
|
||||
* Full docs: https://github.com/decaffeinate/decaffeinate/blob/master/docs/suggestions.md
|
||||
*/
|
||||
@@ -51,6 +50,6 @@ module.exports = DiffCodec = {
|
||||
throw 'Unknown type'
|
||||
}
|
||||
}
|
||||
return callback(null, ops)
|
||||
callback(null, ops)
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user