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/>.
|
* along with this program. If not, see <https://www.gnu.org/licenses/>.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
|
||||||
.help-block[hidden] {
|
.help-block[hidden] {
|
||||||
display: none;
|
display: none;
|
||||||
}
|
}
|
||||||
|
@ -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;
|
||||||
|
@ -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 = [];
|
||||||
|
@ -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);
|
||||||
|
Loading…
Reference in New Issue
Block a user