Skip to content

Commit c8f1e08

Browse files
committed
chore : indentation fixing
1 parent 980244d commit c8f1e08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

contentstack/src/androidTest/java/com/contentstack/sdk/ExampleInstrumentedTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ public void testConfigEarlyAccessMultipleFeature() throws Exception {
118118
Config config = new Config();
119119
String[] earlyAccess = {"Taxonomy", "Teams", "Terms", "LivePreview"};
120120
config.earlyAccess(earlyAccess);
121-
stack = Contentstack. stack(ctx, apiKey, deliveryToken, environment, config);
121+
stack = Contentstack.stack(ctx, apiKey, deliveryToken, environment, config);
122122
assertEquals(4, stack.localHeader.keySet().size());
123123
assertEquals(earlyAccess[1], config.earlyAccess[1]);
124124
assertTrue(stack.localHeader.containsKey("x-header-ea"));

0 commit comments

Comments
 (0)