summary refs log tree commit diff stats
path: root/java/output/ParentWithTwoChildren.typ
diff options
context:
space:
mode:
Diffstat (limited to 'java/output/ParentWithTwoChildren.typ')
-rw-r--r--java/output/ParentWithTwoChildren.typ4
1 files changed, 2 insertions, 2 deletions
diff --git a/java/output/ParentWithTwoChildren.typ b/java/output/ParentWithTwoChildren.typ
index de253ec..0fb3ff1 100644
--- a/java/output/ParentWithTwoChildren.typ
+++ b/java/output/ParentWithTwoChildren.typ
@@ -2,8 +2,8 @@
 #highlight-output[```
 Parent: ID: 1, Name: John Doe, Address: 123 Main St.
 ChildOne: ID: 2, Name: Jane Doe, Address: 456 Elm St.
-    Marks: 85
+	Marks: 85
 ChildTwo: ID: 3, Name: Mike Smith, Address: 789 Oak St.
-    Qualification: B.Tech, Salary: 50000.0
+	Qualification: B.Tech, Salary: 50000.0
 ```]