Skip to content

Commit b9c69c6

Browse files
committed
fix: syntax error
1 parent d7c76c1 commit b9c69c6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/hover.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//! Integration tests for `textDocument/hover`.
22
33
use crate::common::{
4-
create_psr4_workspace create_test_backend, create_test_backend_with_closure_stub,
4+
create_psr4_workspace, create_test_backend, create_test_backend_with_closure_stub,
55
create_test_backend_with_full_stubs, create_test_backend_with_function_stubs,
66
create_test_backend_with_stdclass_stub,
77
};

0 commit comments

Comments
 (0)