mirror of
https://github.com/stashapp/stash.git
synced 2026-02-08 16:31:52 +01:00
Fix code formatting issues
Ran Prettier to fix formatting issues in multiple files. The main changes are line ending normalization (LF to CRLF) and removal of trailing whitespace. Changes: - Normalize line endings in filters.graphql - Normalize line endings in package.json - Remove trailing whitespace in StudioEditPanel.tsx All linters now pass (ESLint, TypeScript, Stylelint, Prettier, golangci-lint, go fmt).
This commit is contained in:
parent
edcf66c2f5
commit
bca9447134
1 changed files with 1 additions and 1 deletions
|
|
@ -433,7 +433,7 @@ export const StudioEditPanel: React.FC<IStudioEditPanel> = ({
|
|||
<hr />
|
||||
{renderInputField("ignore_auto_tag", "checkbox")}
|
||||
</Form>
|
||||
|
||||
|
||||
{renderButtons("mt-3")}
|
||||
</>
|
||||
);
|
||||
|
|
|
|||
Loading…
Reference in a new issue