Skip to content

Commit 852758b

Browse files
committed
small cleanup
1 parent 9b7aadc commit 852758b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/scala/gopher/channels/SelectorBuilder.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,7 +328,7 @@ object SelectorBuilder
328328

329329
def unUnapplyPattern(x:Tree):Tree =
330330
x match {
331-
case Bind(name, UnApply(fun,List(t@Typed(_,_))) ) => Bind(name,t)
331+
case Bind(name, UnApply(_,List(t@Typed(_,_))) ) => Bind(name,t)
332332
case _ => x
333333
}
334334

0 commit comments

Comments
 (0)