From aaba171d4b7ab3a321c2969f22794ad883bc5e64 Mon Sep 17 00:00:00 2001 From: Summerlve Date: Sat, 26 Mar 2016 13:50:21 +0800 Subject: [PATCH] finish? --- README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/README.md b/README.md index c8c414e..159ee44 100644 --- a/README.md +++ b/README.md @@ -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); ```