fix line length

Original commit: elastic/x-pack-elasticsearch@caca0fc0b7
This commit is contained in:
jaymode 2016-09-01 09:37:05 -04:00
parent c5cde120b7
commit 54103127d0
1 changed files with 2 additions and 1 deletions

View File

@ -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);
}
}