Skip to content

Commit

Permalink
[autofix.ci] apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Jan 27, 2025
1 parent 43285bd commit 680708f
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion tools/figma-inspector/backend/utils/code-utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © SixtyFPS GmbH <[email protected]>
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

import type { Message, PluginMessageEvent } from "../../src/globals";
import type { EventTS } from "../../shared/universals";
Expand Down
2 changes: 1 addition & 1 deletion tools/figma-inspector/figma.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © Hyper Brew LLC
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

import type { FigmaConfig, PluginManifest } from "vite-figma-plugin/lib/types";
import { version } from "./package.json";
Expand Down
2 changes: 1 addition & 1 deletion tools/figma-inspector/src/utils/bolt-utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © Hyper Brew LLC
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

import { manifest } from "../../figma.config";
import type { Message, PluginMessageEvent } from "../globals";
Expand Down
3 changes: 2 additions & 1 deletion tools/figma-inspector/src/utils/utils.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
// Copyright © SixtyFPS GmbH <[email protected]>
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

import { dispatchTS } from "./bolt-utils.js";

export function writeTextToClipboard(str: string) {
Expand Down
2 changes: 1 addition & 1 deletion tools/figma-inspector/vite.config.code.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © Hyper Brew LLC
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

import { defineConfig } from "vite";
import { figmaCodePlugin } from "vite-figma-plugin";
Expand Down
2 changes: 1 addition & 1 deletion tools/figma-inspector/vite.config.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// Copyright © Hyper Brew LLC
// SPDX-License-Identifier: MIT
// SPDX-License-Identifier: GPL-3.0-only OR LicenseRef-Slint-Royalty-free-2.0 OR LicenseRef-Slint-Software-3.0

import { defineConfig } from "vite";
import { viteSingleFile } from "vite-plugin-singlefile";
Expand Down

0 comments on commit 680708f

Please sign in to comment.