Skip to content

Commit

Permalink
Format.
Browse files Browse the repository at this point in the history
  • Loading branch information
toots committed Nov 30, 2024
1 parent c6e324a commit 4e88693
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/operators/video_effects.ml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,9 @@ class effect_ ~name (source : source) effect_ =
class effect_map ~name (source : source) effect_ =
object
inherit
base ~name source (fun buf off len -> Video.Canvas.map effect_ buf off len)
base
~name source
(fun buf off len -> Video.Canvas.map effect_ buf off len)
end

let return_t () =
Expand Down

0 comments on commit 4e88693

Please sign in to comment.