Skip to content

Commit 9b3b5b8

Browse files
committed
Fix close brace
1 parent f0457b3 commit 9b3b5b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/android/docs/java/example.md.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ Client client = Client(context)
6060
{%~ else %}
6161
// Success
6262
{%~ endif %}
63-
}}
63+
}
6464
}
6565
);
6666
{% endif %}

0 commit comments

Comments
 (0)