fix needless type extension

Reviewed By: jvillard

Differential Revision: D3773053

fbshipit-source-id: 4d62a2a
master
Sam Blackshear 9 years ago committed by Facebook Github Bot 2
parent f2e958ef3a
commit a92543b67c

@ -84,8 +84,8 @@ module JavaSource = struct
let pp_kind fmt (kind : kind) = match kind with
| SharedPreferences -> F.fprintf fmt "SharedPreferences"
| SourceKind.Footprint ap -> F.fprintf fmt "Footprint[%a]" AccessPath.pp ap
| SourceKind.Other -> F.fprintf fmt "Other"
| Footprint ap -> F.fprintf fmt "Footprint[%a]" AccessPath.pp ap
| Other -> F.fprintf fmt "Other"
let pp fmt s =
F.fprintf fmt "%a(%a)" pp_kind s.kind CallSite.pp s.site

Loading…
Cancel
Save