Respect coding standard

This commit is contained in:
ydinath 2018-04-24 04:48:44 -04:00
parent 921665167f
commit bb5f459744
1 changed files with 1 additions and 3 deletions

View File

@ -101,9 +101,7 @@ public class AboutActivity extends AppCompatActivity {
" </style>" +
"</head><body><p>" + webViewData + "</p></body></html>";
webViewData = webViewData.replace("\n", "<br/>");
}
else
{
} else {
depth = 0;
}
webViewData = String.format(webViewData, colorString);