code formatter

Signed-off-by: qinpengfei <qinpengfei@jd.com>
This commit is contained in:
qinpengfei 2018-10-10 09:48:31 +08:00 committed by Alex Ellis
parent 476b652c26
commit 70a5e343c5

View File

@ -354,4 +354,3 @@ function uuidv4() {
return (c ^ cryptoInstance.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16) return (c ^ cryptoInstance.getRandomValues(new Uint8Array(1))[0] & 15 >> c / 4).toString(16)
}) })
} }