Skip to content

Commit

Permalink
Reformat files in buildSrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Tommy Lillehagen committed Oct 9, 2017
1 parent a633f8d commit 08c4fe2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/groovy/CanonicalizerPlugin.groovy
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class CanonicalizerPlugin implements Plugin<Project> {
output.setMethod(ZipOutputStream.DEFLATED)

entries.each {
def newEntry = new ZipEntry( it.name )
def newEntry = new ZipEntry(it.name)

newEntry.setLastModifiedTime(zeroTime)
newEntry.setCreationTime(zeroTime)
Expand Down

0 comments on commit 08c4fe2

Please sign in to comment.