Fix format of third party audit in saml-idp-tests
The formatting here was off since it contains tabs and tabs are evil. Original commit: elastic/x-pack-elasticsearch@fadbb02157
This commit is contained in:
parent
47213f5675
commit
377bb53cca
|
@ -55,7 +55,7 @@ thirdPartyAudit.excludes = [
|
|||
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper',
|
||||
'com.google.common.util.concurrent.AbstractFuture$UnsafeAtomicHelper$1',
|
||||
// missing
|
||||
'com.ibm.icu.lang.UCharacter',
|
||||
'com.ibm.icu.lang.UCharacter'
|
||||
]
|
||||
|
||||
test {
|
||||
|
|
Loading…
Reference in New Issue