Skip to content

Commit 65f178d

Browse files
committed
fix styling
1 parent 4259927 commit 65f178d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/test/java/com/wego/httpcache/services/impl/TestAsyncHttpCacheServiceImpl.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@
4444
@RunWith(MockitoJUnitRunner.class)
4545
public class TestAsyncHttpCacheServiceImpl {
4646

47-
private final static String SERVICE_NAME = "Service Name";
47+
private static final String SERVICE_NAME = "Service Name";
4848

4949
private static long CACHING_TTL = 60;
5050
@Rule

0 commit comments

Comments
 (0)