Skip to content

Commit f660fa5

Browse files
committed
chore: format code
1 parent d8583a4 commit f660fa5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

course/.vitepress/config.mts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,6 @@ export default defineConfig({
3636
markdown: {
3737
image: {
3838
lazyLoading: true,
39-
}
40-
}
39+
},
40+
},
4141
});

course/hello-world.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ zig 会自动为我们根据后面的参量表推导出对应的类型,当 zig
4343

4444
:::
4545

46-
下面的内容可能有点难,你可以_暂时跳过这里_,后面再来学习!
46+
下面的内容可能有点难,你可以*暂时跳过这里*,后面再来学习!
4747

4848
## 换一种方式?
4949

0 commit comments

Comments
 (0)