Skip to content

Commit 98052de

Browse files
MarceloAlveskamilogorek
authored andcommitted
Remove tab before semicolon
1 parent caa1d64 commit 98052de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/install.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ To use Raven with CommonJS imports:
7979

8080
.. code-block:: javascript
8181
82-
var Raven = require('raven-js') ;
82+
var Raven = require('raven-js');
8383
Raven
8484
.config('___PUBLIC_DSN___')
8585
.install();

0 commit comments

Comments
 (0)