Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
criminosis committed Oct 20, 2024
1 parent ee6086f commit f273b14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion gremlin-client/src/io/macros.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ macro_rules! g_serializer_2 {
return Ok(s.clone().into())
} else if let Value::Null = val {
return Ok(GValue::Null)
}
}
if let Value::Array(_) = val {
let _type = "g:List";
let _value = &val;
Expand Down

0 comments on commit f273b14

Please sign in to comment.