Skip to content

Commit 527dc0b

Browse files
committed
code spacing
1 parent b64b537 commit 527dc0b

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/dfx/src/lib/builders/motoko.rs

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -266,8 +266,7 @@ impl CanisterBuilder for MotokoBuilder {
266266
.expect("Could not find canister ID."),
267267
wasm: WasmBuildOutput::File(motoko_info.get_output_wasm_path().to_path_buf()),
268268
idl: IdlBuildOutput::File(motoko_info.get_output_idl_path().to_path_buf()),
269-
})
270-
269+
})
271270
}
272271
}
273272
};

0 commit comments

Comments
 (0)