BootAnimation: Minor whitespace fix

Test: TreeHugger
Change-Id: Iccedcb9bb5751fc0aecbf460be0062ea86fdaccb
This commit is contained in:
Greg Kaiser
2019-12-03 07:31:59 -08:00
parent 7426ec8e78
commit 080f9e6579

View File

@@ -1161,7 +1161,6 @@ BootAnimation::Animation* BootAnimation::loadAnimation(const String8& fn)
return nullptr;
}
mLoadedFiles.remove(fn);
return animation;
}