Skip to content

Commit

Permalink
Run make format
Browse files Browse the repository at this point in the history
  • Loading branch information
darthsiroftardis committed Aug 20, 2024
1 parent 81911e9 commit 6092eae
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions execution_engine/src/runtime_context/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -393,14 +393,6 @@ where
Ok(())
}

pub(crate) fn write_named_keys(
&mut self,
entity_addr: EntityAddr,
named_keys: NamedKeys,
) -> Result<(), ExecError> {
Ok(())
}

pub(crate) fn get_named_keys(&mut self, entity_key: Key) -> Result<NamedKeys, ExecError> {
let entity_addr = if let Key::AddressableEntity(entity_addr) = entity_key {
entity_addr
Expand Down

0 comments on commit 6092eae

Please sign in to comment.