Skip to content

Commit

Permalink
Trivial change to retrigger CI
Browse files Browse the repository at this point in the history
  • Loading branch information
oxinabox authored Feb 16, 2018
1 parent d6df620 commit 34459fc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/db.jl
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ end
function load_synsets(base_dir)
synsets = Dict{Char, Dict{Int, Synset}}()

for pos in ['n', 'v', 'a', 'r']
for pos in ('n', 'v', 'a', 'r')
d = Dict{Int, Synset}()

open(path_to_data_file(base_dir, pos)) do f
Expand Down

0 comments on commit 34459fc

Please sign in to comment.