1
0
Fork 0
mirror of https://github.com/geometer/FBReaderJ.git synced 2025-10-03 01:39:18 +02:00

formatting

This commit is contained in:
Nikolay Pultsin 2015-09-24 21:15:25 +01:00
parent 68c89c8095
commit cfb2ca5416

View file

@ -558,8 +558,8 @@ public final class FBView extends ZLTextView {
private void maybeAddSeparator(String separator, StringBuilder info) {
if (info.length() > 0) {
info.append(separator);
}
info.append(separator);
}
}
private List<FontEntry> myFontEntry;