Skip to content

Commit

Permalink
fix: fix codeblocks
Browse files Browse the repository at this point in the history
  • Loading branch information
koshachy authored Aug 2, 2023
1 parent fd3a87f commit 4d60410
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/topics/jvm/jvm-create-project-with-spring-boot.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ import org.springframework.boot.runApplication
class DemoApplication

fun main(args: Array<String>) {
runApplication<DemoApplication>(*args)
runApplication<DemoApplication>(*args)
}
```

Expand Down

0 comments on commit 4d60410

Please sign in to comment.