Skip to content

Commit 30ffc29

Browse files
authored
fix(sdk): correct jsdoc indent
1 parent 88f8c77 commit 30ffc29

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/src/code-gen.ts

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ export function createProject(options?: CompilerOptions) {
2323
export function saveSourceFile(sourceFile: SourceFile) {
2424
sourceFile.replaceWithText(
2525
`/******************************************************************************
26-
* This file was generated by ZenStack CLI.
27-
******************************************************************************/
26+
* This file was generated by ZenStack CLI.
27+
******************************************************************************/
2828
2929
/* eslint-disable */
3030
// @ts-nocheck

0 commit comments

Comments
 (0)