Skip to content

Commit d4d98b6

Browse files
committed
chore: small java formatting
1 parent 89c7c8e commit d4d98b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

templates/cli/lib/type-generation/languages/java.js.twig

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,9 +55,9 @@ import java.util.Objects;
5555
<% for (const attribute of collection.attributes) { -%>
5656
<% if (attribute.type === 'relationship') { -%>
5757
import io.appwrite.models.<%- toPascalCase(collections.find(c => c.$id === attribute.relatedCollection).name) %>;
58-
5958
<% } -%>
6059
<% } -%>
60+
6161
public class <%- toPascalCase(collection.name) %> {
6262
<% for (const attribute of collection.attributes) { -%>
6363
<% if (attribute.format === 'enum') { -%>

0 commit comments

Comments
 (0)