Skip to content

Commit

Permalink
Fix spacing and import order for linting
Browse files Browse the repository at this point in the history
  • Loading branch information
brenpearson committed Aug 2, 2022
1 parent 625d396 commit e099fe2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ class PaparazziPlugin : Plugin<Project> {

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

val packageAwareArtifacts = project.configurations.getByName("${variant.name}RuntimeClasspath")
Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package app.cash.paparazzi.gradle

import java.io.File
import org.gradle.api.provider.Property
import java.io.File

interface PaparazziPluginExtension {
val snapshotRootDirectory: Property<File?>
Expand Down

0 comments on commit e099fe2

Please sign in to comment.