mirror of
https://github.com/revanced/Apktool.git
synced 2025-01-25 19:27:35 +01:00
[skip] code spacing
This commit is contained in:
parent
b149d7bd49
commit
0bb217ac88
@ -286,11 +286,6 @@ public class TypedValue {
|
||||
case TYPE_INT_DEC:
|
||||
res = Integer.toString(data);
|
||||
break;
|
||||
// defined before
|
||||
/*
|
||||
* case TYPE_INT_HEX: res = "0x" + Integer.toHexString(data); break;
|
||||
* case TYPE_INT_BOOLEAN: res = (data != 0) ? "true":"false"; break;
|
||||
*/
|
||||
}
|
||||
return res;
|
||||
}
|
||||
@ -298,4 +293,4 @@ public class TypedValue {
|
||||
return null;
|
||||
}
|
||||
|
||||
};
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user