mirror of
https://github.com/SunRed/haste-server.git
synced 2024-11-01 01:30:21 +01:00
A few style nit-picks
This commit is contained in:
parent
d66bc9a6c4
commit
4599203bdf
1 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
||||||
var fs = require('fs')
|
var fs = require('fs');
|
||||||
|
|
||||||
var DictionaryGenerator = function(options) {
|
var DictionaryGenerator = function(options) {
|
||||||
//Options
|
//Options
|
||||||
|
|
Loading…
Reference in a new issue