Skip to content

Commit

Permalink
small cosmetic changes
Browse files Browse the repository at this point in the history
  • Loading branch information
gfngfn committed Oct 24, 2018
1 parent 0e269b7 commit 695f578
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/frontend/loadMDSetting.ml
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ let make_code_name_map (srcpath : file_path) (prefix : char) (json : Yojson.Safe

| _ ->
raise (InvalidYOJSON(srcpath, "not a pair: " ^ (Yojson.Safe.to_string json)))

) CodeNameMap.empty

| _ ->
Expand Down
1 change: 0 additions & 1 deletion src/md/decodeMD.ml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@ and inline_element =
| Url of string * inline * string
| InlineRaw of string


and inline = inline_element list
[@@deriving show { with_path = false; }]

Expand Down

0 comments on commit 695f578

Please sign in to comment.