Skip to content
This repository has been archived by the owner on Sep 18, 2021. It is now read-only.

Commit

Permalink
Small fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Raghavendra Prabhu committed Mar 11, 2012
1 parent a9c2431 commit bb2137a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/main/scala/com/twitter/flockdb/EdgesService.scala
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,8 @@ class EdgesService(
def execute(operations: ExecuteOperations): Future[Unit] = {
wrapRPC("execute") {
Stats.transaction.name = "execute"
Future(executeCompiler(operations))
executeCompiler(operations)
Future.Unit
}
}

Expand Down

0 comments on commit bb2137a

Please sign in to comment.