Skip to content

Commit

Permalink
Remove white space
Browse files Browse the repository at this point in the history
  • Loading branch information
cagdasbozman committed Sep 17, 2012
1 parent 693809e commit 64ed4c5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/search.ml
Expand Up @@ -8,7 +8,7 @@ let get_element_by_id id =
Js.Opt.get (doc##getElementById (Js.string id))
(fun () -> Firebug.console##log (_s id); assert false)

(* Column position in the HTML table *)
(* Column position in the HTML table *)
let by_name = 0
let by_descr = 2

Expand Down

0 comments on commit 64ed4c5

Please sign in to comment.