mirror of
https://github.com/revanced/smali.git
synced 2025-05-22 19:08:52 +02:00
Fixing spacing.
This commit is contained in:
parent
7f10374f40
commit
0e56199557
@ -113,12 +113,12 @@ public class EncodedArrayPool {
|
|||||||
public static class Key implements Comparable<Key> {
|
public static class Key implements Comparable<Key> {
|
||||||
private final Set<? extends Field> fields;
|
private final Set<? extends Field> fields;
|
||||||
private final int size;
|
private final int size;
|
||||||
|
|
||||||
private static class FieldComparator implements Comparator<Field> {
|
private static class FieldComparator implements Comparator<Field> {
|
||||||
@Override
|
@Override
|
||||||
public int compare(Field o1, Field o2) {
|
public int compare(Field o1, Field o2) {
|
||||||
return o1.compareTo(o2);
|
return o1.compareTo(o2);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
private static final Function<Field, EncodedValue> GET_INITIAL_VALUE =
|
private static final Function<Field, EncodedValue> GET_INITIAL_VALUE =
|
||||||
|
Loading…
x
Reference in New Issue
Block a user