Skip to content

Commit 458fa27

Browse files
committed
cargo fmt
1 parent 5edbf42 commit 458fa27

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

tests/integration/src/classes.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -203,9 +203,7 @@ fn integrate_static_props(module: &mut Module) {
203203

204204
#[cfg(phper_major_version = "8")]
205205
fn integrate_stringable(module: &mut Module) {
206-
use phper::functions::ReturnType;
207-
use phper::types::ReturnTypeHint;
208-
206+
use phper::{functions::ReturnType, types::ReturnTypeHint};
209207

210208
let mut cls = ClassEntity::new(r"IntegrationTest\FooString");
211209
cls.implements(|| ClassEntry::from_globals("Stringable").unwrap());

0 commit comments

Comments
 (0)