Skip to content

Commit

Permalink
finish?
Browse files Browse the repository at this point in the history
  • Loading branch information
Summerlve committed Mar 26, 2016
1 parent 3b6598a commit aaba171
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,4 @@ version = Optional.ofNullable({version: "3.0.0"})
let isUSB3 = Optional.ofNullable("2.0")
.filter(_ => _ === "3.0")
.isPresent();

assert.equal(false, isUSB3);
```

0 comments on commit aaba171

Please sign in to comment.