mirror of
https://github.com/samsonjs/media.git
synced 2026-04-27 15:07:40 +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();
|
error = ",error=" + e.getMessage();
|
||||||
} catch (OutOfMemoryError e) {
|
} catch (OutOfMemoryError e) {
|
||||||
error = ",error=" + e.getMessage();
|
error = ",error=" + e.getMessage();
|
||||||
}
|
} finally {
|
||||||
finally {
|
|
||||||
id3Data.setPosition(nextFramePosition);
|
id3Data.setPosition(nextFramePosition);
|
||||||
}
|
}
|
||||||
if (frame == null) {
|
if (frame == null) {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue