Skip to content

Commit

Permalink
Fix indentation for lint check
Browse files Browse the repository at this point in the history
  • Loading branch information
brenpearson committed Aug 2, 2022
1 parent 2e292e1 commit 625d396
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ class PaparazziPlugin : Plugin<Project> {
val reportOutputDir = project.layout.buildDirectory.dir("reports/paparazzi")

val snapshotOutputDir =
extension.snapshotRootDirectory.orNull
?: project.layout.projectDirectory.dir("src/test/snapshots").asFile
extension.snapshotRootDirectory.orNull
?: project.layout.projectDirectory.dir("src/test/snapshots").asFile
snapshotOutputDir.mkdirs()

val packageAwareArtifacts = project.configurations.getByName("${variant.name}RuntimeClasspath")
Expand Down

0 comments on commit 625d396

Please sign in to comment.