Skip to content

Commit 50e1e61

Browse files
authored
Prevent kotlin generating hundreds of blank lines (#2667)
Eg, when testing coverall I saw about 250 blank lines. This trivial patch removes them.
1 parent 5dae901 commit 50e1e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

uniffi_bindgen/src/bindings/kotlin/templates/NamespaceLibraryTemplate.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ internal open class {{ ffi_struct.name()|ffi_struct_name }}(
5151

5252
}
5353
{%- when FfiDefinition::Function(_) %}
54-
{# functions are handled below #}
54+
{#- functions are handled below #}
5555
{%- endmatch %}
5656
{%- endfor %}
5757

0 commit comments

Comments
 (0)