mirror of
https://github.com/revanced/Apktool.git
synced 2024-11-12 07:29:24 +01:00
format fix
This commit is contained in:
parent
2973601ee9
commit
5b7cafa81e
@ -37,7 +37,7 @@ public class ResStreamDecoderContainer {
|
||||
|
||||
public ResStreamDecoder getDecoder(String name) throws AndrolibException {
|
||||
ResStreamDecoder decoder = mDecoders.get(name);
|
||||
if (decoder== null) {
|
||||
if (decoder == null) {
|
||||
throw new AndrolibException("Undefined decoder: " + name);
|
||||
}
|
||||
return decoder;
|
||||
|
Loading…
Reference in New Issue
Block a user