mirror of
https://codeberg.org/waydeer/layer-shika.git
synced 2026-01-01 16:25:55 +00:00
chore: formatting
This commit is contained in:
parent
4ea7f11864
commit
7ace2d4d0d
1 changed files with 6 additions and 5 deletions
|
|
@ -156,11 +156,12 @@ impl AppState {
|
|||
});
|
||||
}
|
||||
|
||||
let queue_handle = self.queue_handle.as_ref().ok_or_else(|| {
|
||||
LayerShikaError::InvalidInput {
|
||||
message: "Queue handle not initialized".to_string(),
|
||||
}
|
||||
})?;
|
||||
let queue_handle =
|
||||
self.queue_handle
|
||||
.as_ref()
|
||||
.ok_or_else(|| LayerShikaError::InvalidInput {
|
||||
message: "Queue handle not initialized".to_string(),
|
||||
})?;
|
||||
|
||||
let context = self.create_lock_context()?;
|
||||
let (definition, compilation_result) = self.resolve_lock_component(component_name)?;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue