Skip to content

Commit

Permalink
Remove semi-colon for codeNarc
Browse files Browse the repository at this point in the history
  • Loading branch information
slide committed Nov 25, 2016
1 parent 1897fcc commit 19fe0db
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -240,7 +240,7 @@ class JpiExtension {
/**
* The license for the plugin. Optional.
*/
Licenses licenses = new Licenses();
Licenses licenses = new Licenses()

def licenses(Closure closure) {
ConfigureUtil.configure(closure, licenses)
Expand Down

0 comments on commit 19fe0db

Please sign in to comment.