Skip to content

Commit 11edb14

Browse files
DoctorFTBymc9
andauthored
fix(sdk): correct jsdoc indent (#2097)
Co-authored-by: Yiming <yiming@whimslab.io>
1 parent 82232d9 commit 11edb14

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

packages/sdk/src/code-gen.ts

Lines changed: 2 additions & 2 deletions
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)