refactor: fix indent (#649)

This commit is contained in:
leedrum
2023-12-29 03:23:53 +07:00
committed by GitHub
parent 848adb4508
commit 73391ef88b
+1 -1
View File
@@ -39,7 +39,7 @@ func main() {
gocron.NewTask(
func(a string, b int) {
// do things
},
},
"hello",
1,
),