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/>. * along with this program. If not, see <https://www.gnu.org/licenses/>.
*/ */
.help-block[hidden] { .help-block[hidden] {
display: none; display: none;
} }

View File

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

View File

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

View File

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