mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-18 22:26:30 +01:00
remove extra carriage return
This commit is contained in:
parent
9ab0113e85
commit
0620bc0443
1 changed files with 0 additions and 1 deletions
|
@ -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 ) {
|
||||||
|
|
Loading…
Reference in a new issue