Use consistent number of newlines at the start of files (#1402)
This commit is contained in:
parent
723a5a5a35
commit
4be066ac8a
@ -15,7 +15,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
.help-block[hidden] {
|
||||
display: none;
|
||||
}
|
||||
|
@ -15,7 +15,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
class Environment {
|
||||
constructor() {
|
||||
this._cachedEnvironmentInfo = null;
|
||||
|
@ -15,7 +15,6 @@
|
||||
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||
*/
|
||||
|
||||
|
||||
class Timer {
|
||||
constructor(name) {
|
||||
this.samples = [];
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user