Skip to content

Commit 55003d2

Browse files
committed
fix editor fold messing up auto-indentation
1 parent 5c0f11e commit 55003d2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/kotlin/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -455,7 +455,7 @@ impl Kotlin {
455455

456456

457457
if outside_kind.is_imported() {
458-
r#gen.src.push_str(format!("@WitImport\ncompanion object Import : {kotlin_package}.{namespace_name} {{ // <editor-fold defaultstate=\"collapsed\" desc=\"Generated Import Code\">\n").as_str());
458+
r#gen.src.push_str(format!("@WitImport\ncompanion object Import : {kotlin_package}.{namespace_name} {{\n// <editor-fold defaultstate=\"collapsed\" desc=\"Generated Import Code\">\n").as_str());
459459
}
460460

461461

0 commit comments

Comments
 (0)