Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
John-Chan committed May 6, 2024
1 parent 9ff89ba commit b046f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skf-rs/src/engine/manager.rs
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ impl DeviceManager for ManagerImpl {
if ret != SAR_OK {
return Err(Error::Skf(SkfErr::of_code(ret)));
}
let dev = SkfDeviceImpl::new(handle, device_name,&self.lib)?;
let dev = SkfDeviceImpl::new(handle, device_name, &self.lib)?;
Ok(Box::new(dev))
}

Expand Down

0 comments on commit b046f40

Please sign in to comment.