Use consistent number of newlines at the start of files (#1402)

This commit is contained in:
toasted-nutbread 2021-02-15 12:43:24 -05:00 committed by GitHub
parent 723a5a5a35
commit 4be066ac8a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 0 additions and 4 deletions

View File

@ -15,7 +15,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
.help-block[hidden] {
display: none;
}

View File

@ -15,7 +15,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
class Environment {
constructor() {
this._cachedEnvironmentInfo = null;

View File

@ -15,7 +15,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
class Timer {
constructor(name) {
this.samples = [];

View File

@ -15,7 +15,6 @@
* along with this program. If not, see <https://www.gnu.org/licenses/>.
*/
class Deinflector {
constructor(reasons) {
this.reasons = Deinflector.normalizeReasons(reasons);