Skip to content

Commit

Permalink
nit
Browse files Browse the repository at this point in the history
  • Loading branch information
Kyle Maxwell committed Dec 18, 2010
1 parent a4446a3 commit 7e1a4f6
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -38,7 +38,7 @@ class NameserverState(initialShards: List[gizzard.shards.ShardInfo],

}

forwardings.foreach{ forwarding => computeSubtree(forwarding.shardId) }
forwardings.foreach { forwarding => computeSubtree(forwarding.shardId) }

def toThrift = {
val thriftForwardings = forwardings.map(_.toThrift).toJavaList
Expand Down

0 comments on commit 7e1a4f6

Please sign in to comment.