Skip to content

Commit

Permalink
Latest formatting changes as requested on 20/4/18 - part2
Browse files Browse the repository at this point in the history
  • Loading branch information
Warwick Dufour committed Apr 20, 2018
1 parent 7bc0429 commit d648b16
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,15 +74,15 @@ class FilterToElasticHelper {
private static final long serialVersionUID = 1L;

{
// Metric
// Metric
put("millimeter", 0.001);
put("mm", 0.001);
put("cm", 0.01);
put("m", 1.0);
put("kilometers", 1000.0);
put("kilometer", 1000.0);
put("km", 1000.0);
// Other
// Other
put("in", 0.0254);
put("ft", 0.3048);
put("feet", 0.3048);
Expand Down

0 comments on commit d648b16

Please sign in to comment.