Respect coding standard
This commit is contained in:
parent
921665167f
commit
bb5f459744
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue