Skip to content

Commit a54ceb4

Browse files
committed
fix
1 parent f2a0235 commit a54ceb4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/this-that-svc/wasm/build.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use this_that_svc_app::MyService;
21
use sails_builder::Builder;
2+
use this_that_svc_app::MyService;
33

44
fn main() {
55
Builder::new().build().generate_service_idl::<MyService>();

0 commit comments

Comments
 (0)