Skip to content

Commit e60fcc2

Browse files
committed
Remove dead code from JacksonJsonStepTest.
1 parent 8977d9e commit e60fcc2

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

testlib/src/test/java/com/diffplug/spotless/json/JacksonJsonStepTest.java

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*
2-
* Copyright 2021-2023 DiffPlug
2+
* Copyright 2021-2024 DiffPlug
33
*
44
* Licensed under the Apache License, Version 2.0 (the "License");
55
* you may not use this file except in compliance with the License.
@@ -22,12 +22,6 @@
2222
import com.diffplug.spotless.TestProvisioner;
2323

2424
class JacksonJsonStepTest {
25-
26-
private static final int INDENT = 4;
27-
28-
private final FormatterStep step = JsonSimpleStep.create(INDENT, TestProvisioner.mavenCentral());
29-
private final StepHarness stepHarness = StepHarness.forStep(step);
30-
3125
@Test
3226
void canSetCustomIndentationLevel() {
3327
FormatterStep step = JacksonJsonStep.create(TestProvisioner.mavenCentral());

0 commit comments

Comments
 (0)