Skip to content

Commit

Permalink
Reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
giancosta86 committed Jun 25, 2016
1 parent 14d390c commit 132efe8
Showing 1 changed file with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -24,14 +24,12 @@ import java.time.Duration
import java.util
import java.util.concurrent.Semaphore
import java.util.regex.Pattern
import javafx.beans.Observable
import javafx.event.EventHandler
import javafx.scene.input.{KeyCode, KeyEvent}

import org.fxmisc.richtext.{CodeArea, LineNumberFactory, StyleSpans, StyleSpansBuilder}

import scala.collection.JavaConversions._
import scalafx.Includes._
import scalafx.application.Platform


Expand All @@ -55,7 +53,7 @@ class StyledCodeEditor(stylingSleepDuration: Duration = Duration.ofMillis(334))
setParagraphGraphicFactory(LineNumberFactory.get(this))


private val styleDaemon = new StyleDaemon(this, stylingSleepDuration) {
new StyleDaemon(this, stylingSleepDuration) {
start()
}

Expand Down Expand Up @@ -265,5 +263,4 @@ class StyledCodeEditor(stylingSleepDuration: Duration = Duration.ofMillis(334))
spansBuilder.create()
}
}

}

0 comments on commit 132efe8

Please sign in to comment.