remove extra carriage return

This commit is contained in:
Eric House 2015-02-08 11:03:55 -08:00
parent 9ab0113e85
commit 0620bc0443

View file

@ -193,7 +193,6 @@ public class ConnStatusHandler {
sb.append( LocUtils sb.append( LocUtils
.getString( context, R.string.connstat_lastsend_fmt, .getString( context, R.string.connstat_lastsend_fmt,
tmp, record.newerStr( context ) ) ); tmp, record.newerStr( context ) ) );
sb.append("\n");
int fmtId = 0; int fmtId = 0;
if ( record.successNewer ) { if ( record.successNewer ) {