Skip to content

Commit

Permalink
review comment added
Browse files Browse the repository at this point in the history
  • Loading branch information
harrydevnull committed Feb 8, 2017
1 parent b4f3c5e commit 59c7ed0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/frame/frame_result.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ impl ResResultBody {
ResultKind::Rows => ResResultBody::Rows(BodyResResultRows::from_cursor(&mut cursor)),
ResultKind::SetKeyspace => ResResultBody::SetKeyspace(BodyResResultSetKeyspace::from_cursor(&mut cursor)),
ResultKind::Prepared => ResResultBody::Prepared(BodyResResultPrepared::from_cursor(&mut cursor)),
ResultKind::SchemaChange => ResResultBody::Void(BodyResResultVoid::from_cursor(&mut cursor)),
ResultKind::SchemaChange => ResResultBody::SchemaChange(SchemaChange::from_cursor(&mut cursor)),
}
}

Expand Down

0 comments on commit 59c7ed0

Please sign in to comment.