fix line length
Original commit: elastic/x-pack-elasticsearch@caca0fc0b7
This commit is contained in:
parent
c5cde120b7
commit
54103127d0
|
@ -119,7 +119,8 @@ public abstract class SecurityIntegTestCase extends ESIntegTestCase {
|
|||
@BeforeClass
|
||||
public static void initDefaultSettings() {
|
||||
if (SECURITY_DEFAULT_SETTINGS == null) {
|
||||
SECURITY_DEFAULT_SETTINGS = new SecuritySettingsSource(defaultMaxNumberOfNodes(), randomBoolean(), createTempDir(), Scope.SUITE);
|
||||
SECURITY_DEFAULT_SETTINGS =
|
||||
new SecuritySettingsSource(defaultMaxNumberOfNodes(), randomBoolean(), createTempDir(), Scope.SUITE);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue