Reformat with context on postponed formatting: fixed java test data

This commit is contained in:
Yaroslav Lepenkin
2015-07-03 15:11:31 +03:00
parent b4e8c6e38d
commit 6731485cb8
5 changed files with 12 additions and 14 deletions

View File

@@ -8,7 +8,7 @@ import static java.util.Arrays.*;
public class Foo {
{
Block<Integer[]> b2 = Arrays::sort;
sort((byte[]) null);
sort((byte[])null);
}
public interface Block<T> {