Skip to content
This repository has been archived by the owner on Aug 4, 2021. It is now read-only.

Commit

Permalink
Minor code reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
mrueegg committed Jun 20, 2016
1 parent 1fa5390 commit 0837836
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,9 @@ import org.sonar.api.batch.bootstrap.ProjectBuilder
import org.sonar.api.config.Settings

// this builder is executed at the beginning of the SonarQube analysis
class PullRequestProjectBuilder(
pluginConfiguration: SonarBBPluginConfig,
gitBaseDirResolver: GitBaseDirResolver,
settings: Settings
) extends ProjectBuilder {
class PullRequestProjectBuilder(pluginConfiguration: SonarBBPluginConfig,
gitBaseDirResolver: GitBaseDirResolver,
settings: Settings) extends ProjectBuilder {

override def build(context: ProjectBuilder.Context): Unit = {
if (pluginConfiguration.isEnabled) {
Expand Down

0 comments on commit 0837836

Please sign in to comment.