Skip to content

Commit f25fd58

Browse files
committed
Fix indentation in SDL
1 parent 10153d0 commit f25fd58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/validation/harness.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515

1616
test_schema = build_schema(
1717
"""
18-
interface Mammal {
18+
interface Mammal {
1919
mother: Mammal
2020
father: Mammal
2121
}

0 commit comments

Comments
 (0)