Skip to content

Commit

Permalink
[infer] fix format
Browse files Browse the repository at this point in the history
Summary: what she said

Reviewed By: jvillard

Differential Revision: D45603699

fbshipit-source-id: a7753bc5f7d5d6e6a26076706b7717c735efe68a
  • Loading branch information
Vincent Siles authored and facebook-github-bot committed May 5, 2023
1 parent 86956bb commit 2123c50
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion infer/src/pulse/PulseModelsHack.ml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ let hack_dim_field_get this_obj (field_string_obj, _) : model =


let hack_await (argv, hist) : model =
fun {ret=ret_id, _} astate ->
fun {ret= ret_id, _} astate ->
let astate = AddressAttributes.hack_async_await argv astate in
PulseOperations.write_id ret_id (argv, hist) astate |> Basic.ok_continue

Expand Down

0 comments on commit 2123c50

Please sign in to comment.