Skip to content

Commit

Permalink
Fix format bug
Browse files Browse the repository at this point in the history
  • Loading branch information
chungquantin committed Nov 30, 2022
1 parent 8e5c485 commit 3213075
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion db/src/process/exec.rs
Original file line number Diff line number Diff line change
Expand Up @@ -388,7 +388,7 @@ impl<'a, T: FromGValue + Clone> StepExecutor<'a, T> {
E: FromGValue,
{
let stream = self.result.get_from_source(source);

E::from_gvalue(stream.value)
}

Expand Down
2 changes: 1 addition & 1 deletion db/src/tests/database_test.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#[cfg(test)]
mod test {
use crate::{storage::Datastore, util::generate_path, Database};
use gremlin::{GValue};
use gremlin::GValue;

#[tokio::test]
async fn vertex_with_property() {
Expand Down

0 comments on commit 3213075

Please sign in to comment.