generated from Seekra/repository-template
style: ensure newlines at the end of each file
This commit is contained in:
@@ -122,4 +122,4 @@ const labelId = useId();
|
||||
.option-input:checked + .option-check-mark-wrapper .option-check-mark {
|
||||
visibility: visible;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -16,4 +16,4 @@
|
||||
|
||||
.settings-button:hover {
|
||||
background-color: var(--light-hover);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -212,4 +212,4 @@ const apply = function apply () {
|
||||
}
|
||||
}
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -90,4 +90,4 @@ const props = defineProps({
|
||||
.section-heading[aria-level="4"] {
|
||||
--size: 1.4em;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -58,4 +58,4 @@ const followLink = function followLink () {
|
||||
align-items: center;
|
||||
justify-content: space-between;
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -106,4 +106,4 @@ const toggle = function toggle () {
|
||||
.switch-wrapper.enabled .switch-point {
|
||||
margin-left: var(--point-size);
|
||||
}
|
||||
</style>
|
||||
</style>
|
||||
|
||||
@@ -290,4 +290,4 @@ describe('Selection', () => {
|
||||
const label = wrapper.find('.label');
|
||||
expect(label.text()).toBe(translation);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -207,4 +207,4 @@ describe('SettingsInput', () => {
|
||||
const label = wrapper.find('label');
|
||||
expect(label.text()).toBe(translation);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -157,4 +157,4 @@ describe('SettingsPage', () => {
|
||||
}
|
||||
});
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -56,4 +56,4 @@ describe('SettingsPageLink', () => {
|
||||
|
||||
expect(goToSettingsPage).toHaveBeenCalledWith(target);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
@@ -122,4 +122,4 @@ describe('Switch', () => {
|
||||
const label = wrapper.find('label');
|
||||
expect(label.text()).toBe(translation);
|
||||
});
|
||||
});
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user