Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
proggeramlug committed Apr 25, 2018
1 parent 0707382 commit af9917d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Sources/Routing/Routing/RouterNode.swift
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ final class RouterNode<Output> {
let node: RouterNode<Output>
if let fallback = self.catchall {
node = fallback
}
else {
} else {
node = RouterNode<Output>(value: Data([.asterisk]))
self.catchall = node
}
Expand Down

0 comments on commit af9917d

Please sign in to comment.