From eb4166afe3e5ca93887475c13971bcb46bd66ba0 Mon Sep 17 00:00:00 2001 From: Mark Haines Date: Thu, 15 Sep 2016 14:36:53 +0100 Subject: [PATCH] Whitespace --- spec/unit/crypto.spec.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/unit/crypto.spec.js b/spec/unit/crypto.spec.js index 3d3dccbfb..b22eb6ccd 100644 --- a/spec/unit/crypto.spec.js +++ b/spec/unit/crypto.spec.js @@ -9,6 +9,6 @@ describe("Crypto", function() { } it("Crypto exposes the correct olm library version", function() { - expect(Crypto.getOlmVersion()).toEqual([1,3,0]); + expect(Crypto.getOlmVersion()).toEqual([1, 3, 0]); }); });