Skip to content

Commit 6b06e3e

Browse files
committed
Trim trailing whitespace
1 parent 87df0c6 commit 6b06e3e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

implementations.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ Validators
3838
{% for implementation in language.implementations %}
3939
<li>
4040
<a href="{{implementation.url}}">{{ implementation.name }}</a>
41-
41+
4242
{% if implementation.draft %}
4343
<em>supports draft {{ implementation.draft | join: ", draft " }}</em>
4444
{% endif %}
@@ -60,7 +60,7 @@ Validators
6060
- [JSON Schema Validator](https://www.jsonschemavalidator.net/) - validate against your own schemas
6161
- [JSON Schema Lint](http://jsonschemalint.com/) - validate against your own schemas
6262
- [SchemaStore.org](http://schemastore.org/validator/) - validate against common JSON Schemas
63-
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
63+
- [quicktype.io](https://app.quicktype.io/#l=schema) - infer JSON Schema from samples, and generate TypeScript, C++, go, Java, C#, Swift, etc. types from JSON Schema
6464

6565
### Command Line
6666

0 commit comments

Comments
 (0)