mirror of
https://github.com/NationalSecurityAgency/ghidra.git
synced 2025-10-06 12:00:04 +02:00
GP-2910 - Fixed missing theme definitions; removed unused theme
definitions; fixed module theme dependencies
This commit is contained in:
parent
1a99e2518d
commit
63d6063fa0
31 changed files with 178 additions and 139 deletions
|
@ -46,7 +46,7 @@ public class Json extends ToStringStyle {
|
|||
this.setArrayEnd("]");
|
||||
|
||||
this.setFieldSeparator(",\n\t");
|
||||
this.setFieldNameValueSeparator(":");
|
||||
this.setFieldNameValueSeparator(": ");
|
||||
|
||||
this.setNullText("null");
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue