Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
star-e committed Dec 27, 2024
1 parent 287dcd1 commit f8c9c62
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cocos/rendering/custom/layout-graph-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* The following section is auto-generated.
* ========================= !DO NOT CHANGE THE FOLLOWING SECTION MANUALLY! =========================
*/
import { DescriptorTypeOrder } from './layout-graph'
import { DescriptorTypeOrder } from './layout-graph';

export function getDescriptorTypeOrderName (e: DescriptorTypeOrder): string {
switch (e) {
Expand Down
2 changes: 1 addition & 1 deletion cocos/rendering/custom/types-names.ts
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
* The following section is auto-generated.
* ========================= !DO NOT CHANGE THE FOLLOWING SECTION MANUALLY! =========================
*/
import { UpdateFrequency } from './types'
import { UpdateFrequency } from './types';

export function getUpdateFrequencyName (e: UpdateFrequency): string {
switch (e) {
Expand Down

0 comments on commit f8c9c62

Please sign in to comment.