mirror of
https://github.com/samsonjs/media.git
synced 2026-04-05 11:15:46 +00:00
Format with google-java-format
This commit is contained in:
parent
de772cfbf0
commit
820278c564
1 changed files with 1 additions and 2 deletions
|
|
@ -435,8 +435,7 @@ public final class Id3Decoder extends SimpleMetadataDecoder {
|
|||
error = ",error=" + e.getMessage();
|
||||
} catch (OutOfMemoryError e) {
|
||||
error = ",error=" + e.getMessage();
|
||||
}
|
||||
finally {
|
||||
} finally {
|
||||
id3Data.setPosition(nextFramePosition);
|
||||
}
|
||||
if (frame == null) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue