Skip to content

Commit

Permalink
refactor: opt code
Browse files Browse the repository at this point in the history
  • Loading branch information
GuoLei1990 committed Jul 20, 2023
1 parent 0f028ea commit 633cbdb
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions packages/design/src/shader-lab/IShaderInfo.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
import { ISubShaderInfo } from "./ISubShaderInfo";


Check failure on line 3 in packages/design/src/shader-lab/IShaderInfo.ts

View workflow job for this annotation

GitHub Actions / lint

Delete `⏎`
export interface IShaderInfo {
name: string;
subShaders: ISubShaderInfo[];
Expand Down
1 change: 0 additions & 1 deletion packages/design/src/shader-lab/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,3 @@ export type { IShaderInfo } from "./IShaderInfo";
export type { IShaderLab } from "./IShaderLab";
export type { IShaderPassInfo } from "./IShaderPassInfo";
export type { ISubShaderInfo } from "./ISubShaderInfo";

0 comments on commit 633cbdb

Please sign in to comment.