Skip to content

Commit 2664ba8

Browse files
committed
fmt
1 parent b21b9b6 commit 2664ba8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/src/typehints.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ pub fn integrate(module: &mut Module) {
6060
)
6161
.argument(
6262
Argument::new("ce")
63-
.with_type_hint(ArgumentTypeHint::ClassEntry(String::from("Stringable")))
63+
.with_type_hint(ArgumentTypeHint::ClassEntry(String::from("Stringable"))),
6464
)
6565
.return_type(ReturnType::new(ReturnTypeHint::Void));
6666
}

0 commit comments

Comments
 (0)