Skip to content
This repository has been archived by the owner on Mar 3, 2020. It is now read-only.

Commit

Permalink
style: reformat test by spotless
Browse files Browse the repository at this point in the history
  • Loading branch information
KengoTODA committed Feb 19, 2020
1 parent b5a16ce commit 3b6f8cf
Showing 1 changed file with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -366,12 +366,12 @@ public class Foo {
when:
BuildResult result =
GradleRunner.create()
.withProjectDir(rootDir)
.withArguments(":spotbugsMain")
.withPluginClasspath()
.forwardOutput()
.withGradleVersion(version)
.build()
.withProjectDir(rootDir)
.withArguments(":spotbugsMain")
.withPluginClasspath()
.forwardOutput()
.withGradleVersion(version)
.build()
then:
result.task(":classes").outcome == TaskOutcome.SUCCESS
Expand Down

0 comments on commit 3b6f8cf

Please sign in to comment.