woupsi
This commit is contained in:
parent
b79d6151ce
commit
5bffae88d2
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ impl DexFile {
|
|||
let chunk_style = chunk_style_lines.join("\n ");
|
||||
let data = data_lines.join("\n ");
|
||||
let unreferenced = unreferenced_lines.join("\n ");
|
||||
let unreferenced = if !unreferenced_lines.empty() {
|
||||
let unreferenced = if !unreferenced_lines.is_empty() {
|
||||
format!(
|
||||
"<h3>Unreferenced Data:</h3>
|
||||
<ul>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue