remove redundant semi colons
This commit is contained in:
parent
74d0bb5fe7
commit
4d6c5f9014
1 changed files with 2 additions and 2 deletions
|
@ -16,12 +16,12 @@ class AboutPage {
|
|||
|
||||
@FXML
|
||||
fun openBlog() {
|
||||
Desktop.getDesktop().browse(URL("https://blog.nuculabs.dev").toURI());
|
||||
Desktop.getDesktop().browse(URL("https://blog.nuculabs.dev").toURI())
|
||||
}
|
||||
|
||||
@FXML
|
||||
fun openGithub() {
|
||||
Desktop.getDesktop().browse(URL("https://github.com/dnutiu/ImageTagger").toURI());
|
||||
Desktop.getDesktop().browse(URL("https://github.com/dnutiu/ImageTagger").toURI())
|
||||
}
|
||||
|
||||
@FXML
|
||||
|
|
Loading…
Reference in a new issue