Skip to content

Commit

Permalink
Fix formatting with deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
omus committed Jul 3, 2024
1 parent b0906c9 commit 422328f
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/deprecated.jl
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
using Base: @deprecate

@deprecate graceful_terminate(pid::Integer; wait::Bool=true) graceful_terminate(Int32(pid); wait) true
@deprecate(graceful_terminate(pid::Integer; wait::Bool=true),
graceful_terminate(Int32(pid); wait),
true)

0 comments on commit 422328f

Please sign in to comment.