Skip to content

Commit

Permalink
[SHIBUI-661]
Browse files Browse the repository at this point in the history
Whitespace OCD.
  • Loading branch information
Bill Smith committed Aug 21, 2018
1 parent 96f27bf commit aa01824
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@ class JPAMetadataResolverServiceImpl implements MetadataResolverService {
}

private String generateRegexScript(String regex, String entityId) {
def matched = entityId ==~ ~regex
def matched = entityId ==~ ~regex
return '''\
"use strict";
${matched};'''
Expand Down

0 comments on commit aa01824

Please sign in to comment.